| 123456 is a literal of type int |
| "c" is a literal of type character |
| true is a literal of type boolean |
| '\t' is a literal of type character |
| "false" is a literal of type boolean |
| 3.14 is a literal of type double |
| 3.14 is a literal of type float |
| 1234 is a literal of type short |