Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Calculator in java using JOptionPane

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).