Multiple Choice
The data type bool:
A) Can take on values true and false.
B) Can take on any expression as a value.
C) Can take on values -1, 0 or 1.
D) Can only be used in a selection statement.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: If x initially contains the value 3,
Q20: Which of the following will not increment
Q21: Which of the following is a repetition
Q22: Which of the following is not a
Q23: Which of the following does not display
Q24: A block:<br>A) Must contain exactly three statements.<br>B)
Q26: Which of the following is true of
Q27: Using a while loop's counter-control variable in
Q28: How many times will the following loop
Q29: Which of the following is true?<br>A) Assigning