What keywords are used to construct a switch statement?

A. case, jump, break, default
B. switch, case, break, default
C. break, default, case, goto
D. switch, case, break, else


B. switch, case, break, default

Computer Science & Information Technology

You might also like to view...

A(n) __________ program consists of a series of logical modules linked by a control structure

a. object-oriented b. structured c. assembled d. compiled

Computer Science & Information Technology

In Word, as the user types, the insertion point moves to the right

Indicate whether the statement is true or false

Computer Science & Information Technology

By the mid-1990s, computer hardware could handle the computational demands required to create realistic three-dimensional images.

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

Computer Science & Information Technology

The individual elements of all global and static arrays are, by default, set to ____ at compilation time.

A. NULL B. -1 C. 0 D. 1

Computer Science & Information Technology