
-----------------------------------
konrbear
Sun Oct 26, 2014 6:20 pm

C++ Nested Loops
-----------------------------------
I need the program output 1- 100 like below.
1 2 3 4 5 6 7 8 9 10
11 12 13 14 15...

#include 
#include 

main ()
{
int i, j, Num;

	for(i = 0; i 