Printable View
How would I store a character with ASCII code "1" into a Character type?
char c = (char)1;