Selection and Repetitions
Matching exercise
Match the items on the right to the items on the left.
Writing a if statement inside another if statement is
Writing a if statement inside else of an if statement is
If no case value matches with the switchValue specified in the switch statement, then a special case called
A statement can contain any number of cases.
A statement can be an empty statement.
Nested if statement
if-else-if statement
default is executed
Switch
while