C++ Tutorial : How to make a Menu program using Switch Case Statement

in #utopian-io6 years ago (edited)

1.png

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 :



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

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

By upvoting this notification, you can help all Steemit users. Learn how here!

Your contribution cannot be approved because it does not follow the Utopian Rules.

  • Turbo C++ haven't received any actual update about 3 years. I will have to reject this contribution due to the repository's situation where it is not being updated in the past year. (It had an update 10 months ago but the update was to upload screenshots to the Github, therfore i will have to count this update as an invalid one) There are a lot of intellectual converstaions that have already been made in the internet about "Why is Turbo C++ still being used in xxx schools and colleges?" Also it is highly suggested to stay away from Turbo C++ due to it's old-outdated working-principals. Please read the bold sentence. Kind Regards.
    48.jpg

You can contact us on Discord.
[utopian-moderator]

Thank you @ewq
I will improve for my next contribution