A simple calculator application built using C# and Windows Forms (.NET). This application performs basic arithmetic operations with a user-friendly graphical interface.
- β Addition
- β Subtraction
- βοΈ Multiplication
- β Division
- π Clear and Backspace functionality
- π₯οΈ Simple and responsive UI
- C#
- .NET Framework / .NET
- Windows Forms
- Open the project in Visual Studio
- Build the solution (Ctrl + Shift + B)
- Run the application (F5)
Form1.csβ Main logic of calculatorForm1.Designer.csβ UI designProgram.csβ Entry point of applicationCalculator.csprojβ Project configuration
Calculator interface with buttons for numbers and operations.
Deep Patel
This project is for educational purposes.