Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how to write program this pragraph

0 votes
asked Oct 22, 2018 by chohdry
write a program that can be used as a math tutor for a young student. the program should display to random number to be added. the program should then pause while the student work 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.

1 Answer

+1 vote
answered Nov 12, 2018 by Ryan White / Lahoop7 (160 points)
I'm only half decent at c++. Here's an attempt:

https://onlinegdb.com/BJiD2xD6m
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...