CJCoding With Joseph
15per day

While Loop 10 to 1

Write a program that prints the numbers from 10 down to 1 using a while loop. Print all numbers on one line separated by spaces.

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 (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.