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. break;
Android Questions | Multiple Choice | Questions and Answers | Test Bank