nested loop teach me

i just want to know the code for the following outputs using turbo C:

Problem 1.)123 123 123
456 456 456
789 789 789

Problem 2.) 1
2 1
3 2 1
4 3 2 1
5 4 3 2 1
thank you for helping !! =)
i appreciate it
It shouldn't be too hard to do if you have a basic understanding of loops
http://www.cplusplus.com/doc/tutorial/control/

You are welcome to try pasting some code and then ask for help with it.
Last edited on
Topic archived. No new replies allowed.