Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
What is the data type of the following? Color myColor;
bool flag = true;
45.3
bool
3
Visibility (Where it can be used)
const myMoney;
Color
At the beginning of the function or program
What is the data type of the following? bool flag;
bool flag = true;
45.3
bool
3
Visibility (Where it can be used)
const myMoney;
Color
At the beginning of the function or program
What is the scope of a variable?
bool flag = true;
45.3
bool
3
Visibility (Where it can be used)
const myMoney;
Color
At the beginning of the function or program
Which of the following initializes a variable correctly;
bool flag = true;
45.3
bool
3
Visibility (Where it can be used)
const myMoney;
Color
At the beginning of the function or program
Where should variables be declared?
bool flag = true;
45.3
bool
3
Visibility (Where it can be used)
const myMoney;
Color
At the beginning of the function or program
Which of the following is a double?
bool flag = true;
45.3
bool
3
Visibility (Where it can be used)
const myMoney;
Color
At the beginning of the function or program
Which of the following is a valid variable declaration?
bool flag = true;
45.3
bool
3
Visibility (Where it can be used)
const myMoney;
Color
At the beginning of the function or program
Which of the following is a valid variable identifier?
bool flag = true;
45.3
bool
3
Visibility (Where it can be used)
const myMoney;
Color
At the beginning of the function or program
Check it!