question archive Programming Tasks Create a program that displays all factors of a number o Limit it to three-digit numbers
Subject:Computer SciencePrice: Bought3
Programming Tasks Create a program that displays all factors of a number o Limit it to three-digit numbers. O Added twist: Create four variations of this using the four types of user-defined functions Be creative o Using the program above, add features of timestamping, program reset capability, and status checking (if the given number is more than three digits or not) Use all types of user-defined functions.