Write a program to find all the proper factors of an integer value entered by the user.
Extension 1
Add all the values to a list
Extension 2
Write the program so that it completes the task in as few instructions (iterations) as possible
Write a program to find all the proper factors of an integer value entered by the user.
Add all the values to a list
Write the program so that it completes the task in as few instructions (iterations) as possible