Answers

RP

Answered

Which of the following is not a function of the break statement?

A) To exit early from a loop
B) To skip the remainder of a switch structure
C) To eliminate the use of certain boolean variables in a loop
D) To ignore certain values for variables and continue with the next iteration of a loop

On Mar 10, 2024


D