We need require the following :
Switch Case using multiple options to perform different task for each option. It allows a value of an expression to be attempt for equallity for a list of possible case values and suitable found, the block of code or break associated with that case is execute. Break Statement is optional cause to exit switch statement. If the break not used for each case, then statements from each case are executed until found a break statement. This video explain about Switch Case such as switch, break statement, the default and about option in Menu program. This menu program used for calculate Arithmetic calculation like as Addition, Subtraction, Multiplication and Division. Then, we'll create a Menu program using Switch Case statement in C++.
This video explained in English - HD 720p
You can learn more videos tutorial about c++, in below :