What is the Boolean Data Type?
Contains one of two values; true or false.
What is the Integer Data Type?
Represents whole numbers; can be positive or negative.
What is the Float Data Type?
Represents numbers with decimal values.
What is Char Data Type?
Data type encased with a single character.
What is String Data Type?
Data type encased with either symbols, letters or numbers.