A switch statement must have

a) a default case
b) more than one non-default case
c) a break statement
d) none of the above
e) all of the above

d) none of the above

Computer Science & Information Technology

You might also like to view...

Using a field that contains a year of birth and a field that contains the current year to determine the age of a person listed in a database is called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

An uncaught exception:

a) is a possible exception that never actually occurs during the execution of the program. b) is an exception that occurs for which the matching catch clause is empty. c) is an exception that occurs for which there are no matching catch clauses. d) is another term for a thrown exception.

Computer Science & Information Technology