Data Types Flashcards
1
Q
What ways can you store -1242?
A
String, Float, Integer
2
Q
How can you store “G”?
A
String, Character
3
Q
How is a variable with no value stored as?
A
Null
4
Q
What is stored only as a real or float variable?
A
Numbers with decimal values
5
Q
What is “neverGonnaGiveYouUp” stored as?
A
String