CJCoding With Joseph

Print the First Character

The variable word holds the string "Hello". Print only its first character so the output is exactly:

H

Expected Output:

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