โ Back to User Input
Question 289
Count Up to N
Count Up to N
Read a whole numbernand print every integer from1up ton, one per line. For the input3, print: 1 2 3
Expected Output:
1 2 3
Topics:
User Input
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.