Question

Which statement is true?
a) The break statement causes an immediate exit from a while, for, do while or if else statement.
b) The continue statement is designed for use with the while, for, do while or switch statements.
c) An equivalent while statement for any for statement can always be formed.
d) The break statement causes an immediate exit from a while, for, do while or switch statement.

Answer

This answer is hidden. It contains 3 characters.