โ Back to Printing
Question 51
Print Even Numbers in a Range
Print Even Numbers in a Range
Use a loop to collect the even numbers from 2 to 10 and print them on one line, separated by single spaces. Expected output: 2 4 6 8 10
Expected Output:
2 4 6 8 10
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.