A simple WPF calculator built with C#. Supports basic arithmetic operations, percentage calculations, and negative numbers.
- ✅ Addition, subtraction, multiplication, division
- ✅ Percentage calculations
- ✅ Negative number toggle
- ✅ Clear (AC) button
- Click number buttons to enter values.
- Use operation buttons (+, -, ×, ÷) to perform calculations.
- Press
=
to get the result. AC
clears the display.%
calculates percentages.