Integers (whole numbers)
Int
real numbers or decimals
Doubles
Single character
Char
Logical values
Booleans
Converting from one date type to another
Casting
Which of the following is not a primitive type?
String, Int, Double, Boolean, Char
String
What is a variable?
A variable is an identifier of a memory location.
True or false: Char is a primitive type.
True.