Question: 1. Write a program that asks the user for an integer and then prints out all its factors. For example, when the user enters 180,

1. Write a program that asks the user for an integer and then prints out all its factors. For example, when the user enters 180, the program should print: 2 2 3 3 5 (i.e., 180 = 2 x 2 x 3 x 3 x 5). Output: Enter an integer: 180 The factors of 180 are: 2 2 3 5 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
