(a)
What are conditional statements?
(b)
State the names of the following comparators:
(i)
==
(ii)
!=
(iii)
<
(iv)
>
(v)
<=
(vi)
>=
(a)
What happens when the break in a switch statement is executed?
(b)
What happens when the break in a case is omitted?
(c)
What is the purpose of the default case in a switch statement?