Question: This is C++ and use visual studio 2017 please. Use blank lines to separate the major parts of your main function. And show your output.

This is C++ and use visual studio 2017 please.
Use blank lines to separate the major parts of your main function. And show your output.
Write a program that can be used as a math tutor for a young student. The program should start by asking the user for a seed value (for the random number generator, srand). It should then display two random numbers (1- 999) to be added, pause while the student works on the problem, then, when student is ready to check the answer, they can press Enter and the program will display the correct solution. Use iomanip to format the output (numbers should "line up"). cin.ignore; cin.get) will pause your program Using the following test data: 0 Your output should look like this: Enter a seed for the random number generator: 39 +727 Press enter to view result +727 766
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
