This is a C++ Console Application that simulates a Math Game.
Players can answer a series of math questions with multiple difficulty levels and operation types. The game keeps track of correct and wrong answers and shows the final results.
- Custom Number of Questions: Choose how many questions to answer (1-10).
- Difficulty Levels: Easy, Medium, Hard, or Mix.
- Operation Types: Addition, Subtraction, Multiplication, Division, or Mix.
- Score Tracking: Counts number of right and wrong answers.
- Final Results: Displays Pass or Fail based on performance.
- Play Again Option: Replay the quiz as many times as you want.
- Console UI: Interactive menus with color feedback for correct/incorrect answers.
Game Math.cpp→ Main source codeGame Math.sln→ Visual Studio solution fileGame Math.vcxproj&Game Math.vcxproj.filters→ Visual Studio project filesGame Math.rc,resource.h→ Resource files
- Open the solution in Visual Studio.
- Build the project (Ctrl+Shift+B).
- Run the program (F5).
- Follow on-screen prompts to answer questions.


