A simple calculator that performs basic mathematical functions: addition, subtraction, multiply, and divide.
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
This project was developed to help users perform basic mathematical functions such as addition, subtraction, multiply, and divide. The functionality within the code is very basic to aid in execution of the program for the user. Upon execution of the main program the user will
- Select which operation to perform.
- Enter the two numbers that they wish to use within the applicaiton.
- Decide if they want to continue.
- Java 8: Version 1.8.0_301
- Gradle: Version 7.4.2
- Groovy: Version 3.0.9
- Ant: Version 1.10.11
- JVM: Version 1.8.0_301
First, we'll need to copy this repo to your machine, then running the application by creating a jar file. Please see the instructions that follow:
- Clone the repo
git clone https://github.com/jwhaubrich/Simple-Calculator.git
- Navigate to the local directory where the repo is located on your machine.
- Run the Simple Calculator program with:
./gradlew run
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git switch -c feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Joe Haubrich - @joe_haubrich - jwhaubrich@gmail.com
Project Link: https://github.com/jwhaubrich/Simple-Calculator