A simple calculator project using Netbeans GUI for Software Design Course
- Download the Zip File: Click Here
- Unzip the file
- Open dist folder
- Click MyCalculator to run the Executable Jar File
Make sure you have Java installed on your computer or run the JAR File from the command line using the following command:
java -jar MyCalculator.jar
This calculator supports basic arithmetic operations: addition, subtraction, multiplication, and division. Use the C button to clear the screen.
This project is licensed under the terms of the MIT License.