for (int ctr=0; ctr<10; ctr++) //first loop
num[ctr] = (rand()%100*2);
for(int ctr=0, value=1; ctr<10; ctr++, value++)
for(int ctr=0, value=1; ctr<10; ctr++, value++)
What will be the output (content of text file) of the program snippet presented if the following random numbers where generate in the first loop (36, 14, 92, 146, 148, 76, 116, 78, 58, 178)?
9 3 23 36 37 74 73 46 7 18