3. Write a function definition to simulate an education game. The program should generate two random numbers and display on screen these random numbers should be generated using rand() and should be between 1 to 50 inclusive. The function should then prompt the user for operations to be performed. Choices are +' for addition and '-' for subtraction. (User enters value '+' or '-') Then the function should prompt the user to input an answer. If answer is correct, print "Very Good' and return 1 to the main function else print "Sorry, You Are not Prepared " and return 2 to the main function. Sample Output: Example 1: First Randomly generated Number: 29 //Randomly Generated using rand() and displayed on screen Second Randomly generated Number: 42 I// Randomly Generated using rand() and displayed on screen What operation would you like to perform?,Enter + for addiiton or - for subtraction = + //Prompt is made to the user and User Entered Value is '+' what is the answer for 29 + 42 //Program Displays the statement and Prompts the User for Input of the value 71 //User Entered Value Very Good is CORRECT //Program displayed statement Cause User Entered Value Example 2: First Randomly generated Number: 41 //Randomly Generated using rand() and displayed on screen Second Randomly generated Number: 16 //Randomly Generated using rand() and displayed on screen What operation would you like to perform?,Enter + for addiiton or - for subtraction = - is made to the user and User Entered Value is '+' //Prompt what is the answer for 41 - 1 //Program Displays the statement and Prompts the User for Input of the value 100 //User Entered Value You are not Prepared //Program displayed statement Cause User Entered Value is INCORRECT Answer is 25 // Since user entered the wrong value, Correct Value is Displayed

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter16: Searching, Sorting And Vector Type
Section: Chapter Questions
Problem 20PE
icon
Related questions
Question

Write the following in C++

3. Write a function definition to simulate an education game.
The program should generate two random numbers and display on screen these random numbers
should be generated using rand() and should be between 1 to 50 inclusive.
The function should then prompt the user for operations to be performed. Choices are '+' for
addition and '-' for subtraction. (User enters value '+' or '-')
Then the function should prompt the user to input an answer. If answer is correct, print "Very Good"
and return 1 to the main function else print "Sorry, You Are not Prepared " and return 2 to the main
function.
Sample Output:
Example 1:
First Randomly generated Number: 29
//Randomly Generated using rand() and displayed on
screen
Second Randomly generated Number: 42
/// Randomly Generated using rand() and displayed on
screen
What operation would you like to perform?,Enter + for addiiton or - for subtraction = +
//Prompt
is made to the user and User Entered Value is '+'
what is the answer for 29 + 42
//Program Displays the statement and Prompts the User for
Input of the value
71
//User Entered Value
Very Good
is CORRECT
//Program displayed statement Cause User Entered Value
Example 2:
First Randomly generated Number: 41
//Randomly Generated using rand() and displayed
on screen
Second Randomly generated Number: 16
//Randomly Generated using rand() and displayed
on screen
What operation would you like to perform?,Enter + for addiiton or - for subtraction = -
//Prompt
is made to the user and User Entered Value is '+'
what is the answer for 41 - 1
//Program Displays the statement and Prompts the User for Input
of the value
100
//User Entered Value
You are not Prepared
//Program displayed statement Cause User Entered Value is INCORRECT
Answer is 25
// Since user entered the wrong value, Correct Value is Displayed
Transcribed Image Text:3. Write a function definition to simulate an education game. The program should generate two random numbers and display on screen these random numbers should be generated using rand() and should be between 1 to 50 inclusive. The function should then prompt the user for operations to be performed. Choices are '+' for addition and '-' for subtraction. (User enters value '+' or '-') Then the function should prompt the user to input an answer. If answer is correct, print "Very Good" and return 1 to the main function else print "Sorry, You Are not Prepared " and return 2 to the main function. Sample Output: Example 1: First Randomly generated Number: 29 //Randomly Generated using rand() and displayed on screen Second Randomly generated Number: 42 /// Randomly Generated using rand() and displayed on screen What operation would you like to perform?,Enter + for addiiton or - for subtraction = + //Prompt is made to the user and User Entered Value is '+' what is the answer for 29 + 42 //Program Displays the statement and Prompts the User for Input of the value 71 //User Entered Value Very Good is CORRECT //Program displayed statement Cause User Entered Value Example 2: First Randomly generated Number: 41 //Randomly Generated using rand() and displayed on screen Second Randomly generated Number: 16 //Randomly Generated using rand() and displayed on screen What operation would you like to perform?,Enter + for addiiton or - for subtraction = - //Prompt is made to the user and User Entered Value is '+' what is the answer for 41 - 1 //Program Displays the statement and Prompts the User for Input of the value 100 //User Entered Value You are not Prepared //Program displayed statement Cause User Entered Value is INCORRECT Answer is 25 // Since user entered the wrong value, Correct Value is Displayed
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Algebraic Expressions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning