CJCoding With Joseph

Countdown from Five

Using a loop, print a countdown from 5 down to 1, separated by single spaces:

5 4 3 2 1

There must be no trailing space after the final number.

Expected Output:

5 4 3 2 1
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.