Write a program that teaches arithmetic to a young child


Problem

Write a program that teaches arithmetic to a young child. The program tests addition and subtraction. In level 1, it tests only addition of numbers less than 10 whose sum is less than 10. In level 2, it tests addition of arbitrary one-digit numbers. In level 3, it tests subtraction of one-digit numbers with a nonnegative difference. Generate random problems and get the player's input. The player gets up to two tries per problem. Advance from one level to the next when the player has achieved a score of five points.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that teaches arithmetic to a young child
Reference No:- TGS02636471

Expected delivery within 24 Hours