CJCoding With Joseph

Character from ASCII Code

An int code = 66 is given. Print the character that has that ASCII code:

B

Cast the int to a char.

Expected Output:

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

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.