2.
What is the purpose of the 'else' statement in C++?

3.
What is the correct syntax for the 'switch' statement in C++?

6.
What is the correct syntax for the 'while' loop in C++?

8.
What is the purpose of the 'default' case in a 'switch' statement in C++?

9.
What is the syntax for the 'do-while' loop in C++?