Variables & Data Types Flashcards
1
Q
String
A
A variable that contains characters, words, or phrases.
2
Q
int
A
A variable that has an integer value,
3
Q
double
A
A variable that has a decimal value
4
Q
boolean
A
A variable that has can only be true or false
5
Q
cast
A
change a primitive variable type from one to another