My friend is preparing for the some bank exam. And the question asked was:
What are the control statement below?
Options
1. `if` and `switch`
2. `break` and `if`
3. `if` and `while`
4. `break` and `continue`
and correct answer marked was 1
I believe all the options are correct?
Is my choice true?
Is there is any difference between them?