If your an experienced visual C++ programmer, maybe you can help me with this thupid exercise my prof gave me:
Make a program that lets you input one number and outputs all its possible factorials.
example: I input 20, output would be (20,1);(10,2);(5,4);.........
My prof only taught us "IF and ELSE" and "DO and WHILE" statements!
She also gave us a hint about a WHILE inside another WHILE.
Thanks alot in advance for your help guys! ...This isht is really confusing!