[SOLVED] Solution Console-based C++ program that can be used as a math tutor

20.00 $

Programming resource
Digital learning resource
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

4.9/5 - (14 votes)

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.

 

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.