CJCoding With Joseph

Count Down by Twos from 10

Count down from 10 to 0, stepping by 2 each time, printing each value on its own line:

10
8
6
4
2
0

Expected Output:

10
8
6
4
2
0
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.