Question: 1. write a menu driven application for a game that your pupils can use to improve their arithmetic skills . once started , the game
1. write a menu driven application for a game that your pupils can use to improve their arithmetic skills . once started , the game should allow the player to choose one option from the four presented options name; 1. perform a 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 values are provided, the program should ask the user what response is when the desired operation is 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.
Question should be C++ programming
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
