โ Back to Loops
Question 204
Print Letters A to E
Print Letters A to E
Loop over the uppercase letters fromAtoEand print them on a single line with no spaces and no trailing newline: ABCDE Remember that acharcan be used in a loop just like a number.
Expected Output:
ABCDE
Topics:
Loops
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.