CJCoding With Joseph

While Loop 10 Down to 1

Use a while loop to print the numbers from 10 down to 1 on one line, separated by single spaces.

Expected output:
10 9 8 7 6 5 4 3 2 1

Expected Output:

10 9 8 7 6 5 4 3 2 1
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.