A simple command-line math game where the player answers randomly generated math questions.
The program tests the player’s speed and accuracy in basic arithmetic operations, including addition, subtraction, multiplication, and division.
This project is part of the AbouHadhood Platform training track with Dr. Mohamed Abou Hadhoud, and is designed to practice:
- Conditional statements
- Loops
- Random number generation
- Functions
- C++
<iostream><cstdlib>(for random number generation)<ctime>(for seeding the random function)