Variable types Flashcards

1
Q

boolean

A

True or False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

byte

A

Stores whole numbers from -128 to 127

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

char

A

Stores a single character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

double

A

A data type that can store whole numbers from 1.7e-308 to 1.7e+308

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

enum

A

Declares an enumerated (unchangeable) type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

float

A

a data type that can store whole numbers from 3.4e-0.38 to 3.4e+0.38

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

int

A

a data type that can store whole numbers from -9223372036854775808 to 9223372036854775808

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

short

A

data type that can store whole numbers from -32768 to 32767

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

var

A

declares a variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly