The basic syntax and structure of if and switch.
How both are used to solve the same problem in different ways.
The advantages and limitations of each statement.
Practical coding examples such as:
Displaying the day of the week.
Creating a grading system based on scores.
A discussion on when to use if vs switch case in your C++ programs.