PLEASE HELP

Feb 20, 2013 at 9:56am
I need a program in c++ that will enter a limit of the loop. using nested for loop with a limit of 3 loops only.

like this !!!!!

for (){
for (){
for (){
cout
}
}
}

Sample output:
Enter a number : 3 [[ENTER]]

1 2 3
4 5 6
7 8 9

2 3 4
5 6 7
8 9 10

3 4 5
6 7 8
9 10 11
Feb 20, 2013 at 10:48am
help me please :|
Feb 20, 2013 at 12:38pm
can you stop creating new threats for this
Feb 20, 2013 at 12:41pm
And learn some proper forum etiquette. This would be a good start:

http://www.cplusplus.com/forum/articles/1295/
Topic archived. No new replies allowed.