A simple calculator built with C# and Windows Forms.
Supports basic operations: addition, subtraction, multiplication, and division.
Handles decimal numbers, prevents division by zero, and provides a clean, easy-to-use interface.
- Basic arithmetic operations (+, -, ×, ÷)
- Decimal number support
- Clear and delete functions
- User-friendly interface
- C#
- Windows Forms