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

1) Only the statements for one case can be executed in any one execution of
a switch statement.
2) A case with no statements is called an empty case, and requires only the
break statement.
3) The effects of break and continue statements can be achieved by
structured programming techniques.
4) The break statement terminates a program.

1) T
2) F
3) T
4) F

Computer Science & Information Technology

You might also like to view...

A ________ relationship exists when records in two different tables are related by the same primary key

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the default port for TLS encrypted SMTP?

A. 80 B. 25 C. 443 D. 465

Computer Science & Information Technology