Question: part 1 Write a program that asks the user for a positive integer value. The program should then print out all of that value's factors.

part 1 Write a program that asks the user for a positive integer value. The program should then print out all of that value's factors. That is, it should print out all positive integers, besides 1 and the value itself, that evenly divide that value part 2 Write a program that computes the average of the numbers entered by the user. The program should first ask the user how many values they want to enter. The program should then read in that many values and print out the average of those values. You do not need to store the individual values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
