Which of these statements are valid when occurring by themselves?
Select 3 options
Correct Options are : B D E
A. is wrong. The condition expression in a while header is required.
C. is wrong. Cannot have break or continue in an 'if' or 'else' block.
D. is correct. You can use a constant in switch (...);
It is not possible to break out of an if statement.