CJCoding With Joseph

Char from ASCII Code

Convert the integer 65 into its character by casting it to char, then print it:

A

Casting the code 65 to char gives the letter A.

Expected Output:

A
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.