-
Notifications
You must be signed in to change notification settings - Fork 0
Vayala13/exploding-calculator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Java Calculator A simple calculator application built with Java Swing. This calculator provides basic arithmetic operations with a graphical user interface. ## Features - Basic arithmetic operations (addition, subtraction, multiplication, division) - Clear button to reset calculations - User-friendly GUI interface - Error handling for division by zero ## Requirements - Java JDK 8 or higher ## How to Run 1. Compile the program: ```bash javac cal.java ``` 2. Run the program: ```bash java cal ``` ## Usage - Click the number buttons to input numbers - Use the operator buttons (+, -, *, /) to perform calculations - Press '=' to see the result - Press 'C' to clear the current calculation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published