Write a program that
asks the user for an integer and then
prints out all its (prime) factors.
For example, when the user enters 150, the program should print:
2 3 5 5