Which of the following statements about the switch statement is false?

a. You can use Strings in a switch statement’s controlling expression.
b. You can use a String in a switch statement's case label.
c. You can use a comma-separated list of Strings in a switch statement’s case label.
d. You cannot use a String in a switch statement’s default case label.

c. You can use a comma-separated list of Strings in a switch statement’s case label.

Computer Science & Information Technology

You might also like to view...

A ________ gives you a form view and a datasheet view of the same data

A) tabular layout B) split form C) stacked layout D) multiple items form

Computer Science & Information Technology

Remove a table from the Query window by right-clicking in the field list and choosing delete table. ___________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology