What should end the block of code in each case statement to prevent the subsequent case statement from being executed as well?
A. default;
B. break;
C. exit;
D. end;
Answer: B
Computer Science & Information Technology
You might also like to view...
Right alignment is used when listing quotations or statements attributed to an author or speaker
Indicate whether the statement is true or false
Computer Science & Information Technology
Answer the following questions true (T) or false (F)
1. According to the principle of information hiding, a module should be completely isolated from other modules. 2. An abstract data type is another name for a data structure. 3. The head of a list does not have a successor.
Computer Science & Information Technology