C++ Tutorial : How to make a Menu program using Switch Case Statement
Video : English - HD 720p
Github : vineetchoudhary/turbocpp
What Will We Learn?
- We will learn about Switch Case
- We will learn about break function
- We will learn about how to make a menu program using Switch Case
Requirements
We need require the following :
- Microsoft Windows (32 bit/64 bit)
- Turbo C++
- Net Framework 4.5 (Need require for Vista, XP, & Windows 7)
Difficulty
- Intermediate
Description
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++.
Video Tutorial
This video explained in English - HD 720p
(
Curriculum
You can learn more videos tutorial about c++, in below :
- How to Find the Area & Perimeter of Geometric Shapes using Turbo C++
- How to Make a SimpleTemperature (Celcius & Fahrenheit) using Turbo C++
- How to Make a Simple Calculator using Turbo C++
- How to Make a Basic program using Turbo c++
Posted on Utopian.io - Rewarding Open Source Contributors
Congratulations @devarizaldi! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of posts published
Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
Your contribution cannot be approved because it does not follow the Utopian Rules.
You can contact us on Discord.
[utopian-moderator]
Thank you @ewq
I will improve for my next contribution