CJCoding With Joseph

Count from 1 to 5

Using a loop, print the digits 1 through 5 with no spaces or newlines between them:

12345

Each number is printed with %d and nothing in between.

Expected Output:

12345
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.