(Display the prime factors) Write a program that receives a positive integer and displays all its smallest factors in decreasing order. For example, if the integer is 120 , the smallest factors are displayed as 5 , 3 , 2 , 2 , 2. Use the StackOflntegers class to store the factors (e.g., 2 , 2 , 2 , 3 , 5) and retrieve and display the factors in reverse order.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.