Hi,
I have a program to write for a chapter on loops and I have no clue where to start. I have to write a program that take in an int and prints the factors of the numbers.
example:
Please enter a number : 12
1
3
4
12
If you guys can help i would really appreciate it. Thanks.