The control statement which is best used when you need to select from among many integer choices is the . . .

A. the for statement
B. the while statement
C. the do/while statement
D. the switch statement

D. the switch statement

Computer Science & Information Technology

You might also like to view...

What purpose does the Shift key serve when drawing shapes?

What will be an ideal response?

Computer Science & Information Technology

What is output of the following statement?

cout << 4 * (15 / (1 + 3)) << endl; a. 15 b. 12 c. 63 d. 72 e. None of these

Computer Science & Information Technology