CJCoding With Joseph

Print Letters A to E

Loop over the uppercase letters from A to E and print them on a single line with no spaces and no trailing newline:

ABCDE

Remember that a char can 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.