https://github.com/felipeclarindo/calculator-java-joptionpane
Calculator in java using JOptionPane
https://github.com/felipeclarindo/calculator-java-joptionpane
java joptionpane software software-development
Last synced: about 2 months ago
JSON representation
Calculator in java using JOptionPane
- Host: GitHub
- URL: https://github.com/felipeclarindo/calculator-java-joptionpane
- Owner: felipeclarindo
- License: agpl-3.0
- Created: 2024-03-22T02:47:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T18:17:22.000Z (over 1 year ago)
- Last Synced: 2025-06-07T14:42:07.123Z (about 1 year ago)
- Topics: java, joptionpane, software, software-development
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🌍 [Leia em Português](README.pt-BR.md)
# Java Calculator
This is a simple calculator program in Java with `JOptionPane` that allows the user to perform basic math operations such as sum, subtraction, multiplication, and division.
## Features
- Interactive menu that displays the options available to the user.
- Exception treatment for division by zero.
- Operations of sum, subtraction, multiplication and division.
## Steps to install and run:
1. Clone the repository:
```bash
git clone https://github.com/felipeclarindo/calculator-java-joptionpane.git
```
2. Open the project in your Java IDE of choice.
3. Run the `Main` class in `src/Main.java` to start the calculator.
4. Follow the instructions in the menu to perform the desired operations.
## Contribution
Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.
## Author
**Felipe Clarindo**
- [LinkedIn](https://www.linkedin.com/in/felipeclarindo)
- [Instagram](https://www.instagram.com/lipethecoder)
- [GitHub](https://github.com/felipeclarindo)
## License
This project is licensed under the [GNU Affero License](https://www.gnu.org/licenses/agpl-3.0.html).