types of variables

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

flashcard set

Earn XP

Description and Tags

to help memorize types of variables to get you more comfortable with identifying them to make using variables fast and more efficient

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards
int
whole numbers without decimals
2
New cards
double
numbers with decimal points
3
New cards
char
single characters (‘a’ or ‘b’)
4
New cards
string
stores text (“Hello World”)
5
New cards
bool
stores values with two states : true or false