I'm writing a code that counts numbers using a for loop. I'm stuck on the part of the code that has to count with null statements in the for loop. It counts out the numbers but the cursor on the output screen stops after the nine and doesn't continue onto the next part of the code.
Heres my code:
cout << "Counting forward in increments of 1:" << endl;