Starting from:

$15

Console-based C++ program that can be used as a math tutor for a young student Solution

Write a console-based C++ program that can be used as a math tutor for a young student. The program should display two random numbers consisting of three digits each to be added in columnar format, such as:

247

+129

-------



The program should then pause while the student works on the problem. When the student is ready to check the answer, he or she can press a key and the program will display the correct solution.

Hint: it is important to line up the digits (1's, 10's, 100's, etc).

Zip all your Microsoft® Visual Studio® Community 2015 source code files in the consoleapplication folder into a .zip file

More products