The ____ label contains statements that execute when the value returned by the switch statement expression does not match a case label.

A. default
B. else
C. break
D. continue

Answer: A

Computer Science & Information Technology

You might also like to view...

As a ____ database management system, Access is particularly powerful because you can enter data once and then retrieve information from all or several tables as you need it.

A. relational B. simple C. complex D. manipulative

Computer Science & Information Technology

Which of the following is a valid compile-time initialization for amountDue, a floating point variable of the double type, that will initially be set to zero?

A. amountDue = 0; B. amountDue = ‘0'; C. amountDue = 0m; D. amountDue = 0f;

Computer Science & Information Technology