Question: 1. draw flowchart diagram in C++ program to write a menu driven application for a game that your pupil can use to improve their arithmetic
1. draw flowchart diagram in C++ program to write a menu driven application for a game that your pupil can use to improve their arithmetic skills. Once started, the game should allow the player to choose one option from four presented options namely; 1. perform modulus division of two numbers 2. perform multiplication of two numbers 3. perform subtraction of two numbers 4. Exit upon selection of the operation they wish to undertake, the program should then allow the user to provide the required numbers for the operation. Once the values are provided, the program should ask the user what the response is when the desired operation s carried out on the two numbers. A user should be given two chances only to try and guess the right response, if they exhaust the two chances they should be provided with the right answer. If they guess the result correctly, they should be recommended with a message of congratulation. After this is done, the user should be presented with the menu requesting them to choose another operation to carry out or exit the program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
