cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
nested loop teach me
nested loop teach me
Jul 8, 2012 at 6:03am UTC
michael232002
(1)
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
Jul 8, 2012 at 6:45am UTC
Hippogriff
(727)
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
Jul 8, 2012 at 6:46am UTC
Topic archived. No new replies allowed.