**[Loops]D. Liang 4.16 Finding the factors of an integer**
C语言作业记录。DescriptionWrite a program that reads an integer n and displays all its smallest factors. For example, if the input ingeger is 120, the output should be as follows: 2 2 2 3 5InputAn intege...