A robust, logic-based arithmetic training tool developed as part of the C# Academy curriculum. This project demonstrates foundational proficiency in C# programming, focusing on input validation, loop structures, and state management.
🚀 Features
Four Core Operations: Addition, Subtraction, Multiplication, and Division.
Smart Division: Logic ensures that division operations always result in whole numbers (integers) and prevents division-by-zero errors.
Game History: Tracks all previous games played in the current session, displaying scores and operation types.
🛠️ Tech Stack
Language: C#
Framework: .NET 8.0 (or whichever version you used)
Paradigm: Object-Oriented Programming (OOP)
🏁 How to Run
-
Clone the repository
-
Navigate to the project directory
-
Build and Run: dotnet run