Question: program: You are to write a simple math helper to help students learn addition. The program should display two random numbers from 1 - 999
program: You are to write a simple math helper to help students learn addition. The program should display two random numbers from 1 - 999 inclusive. The question should be formatted into a vertically aligned addition question. Once the problem has been presented, the program will then wait for the user to enter their response. Once the response is entered, the user should be told if their response is correct or incorrect, and if the user was incorrect, the correct answer should be displayed.
use:
cin
cout
#include
Conditional Statements
Simple Input Validation
I also have a file to use for the random number generation. It is called Random.cpp and I've included a picture of the code found in the file.
#include #include #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
