โ Back to Printing
Question 273
Char from ASCII Code
Char from ASCII Code
Convert the integer 65 into its character by casting it tochar, then print it: A Casting the code 65 tochargives the letterA.
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.