Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 244 Bytes

File metadata and controls

12 lines (8 loc) · 244 Bytes

Characters

A character, represented by the data type char, is a single letter or symbol.

char letter = 'a';

I choose to pronounce it like the "char" in "Charmander."