Skip to content

This repo houses the code used for a simple calculator implementation coded in Java.

License

Notifications You must be signed in to change notification settings

jwhaubrich/Simple-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License


Logo

Simple Calculator

A simple calculator that performs basic mathematical functions: addition, subtraction, multiply, and divide.
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact

About The Project

Product Name Screen Shot

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

  1. Select which operation to perform.
  2. Enter the two numbers that they wish to use within the applicaiton.
  3. Decide if they want to continue.

(back to top)

Built With

(back to top)

Getting Started

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:

Running the Program

  1. Clone the repo
    git clone https://github.com/jwhaubrich/Simple-Calculator.git
  2. Navigate to the local directory where the repo is located on your machine.
  3. Run the Simple Calculator program with:
    ./gradlew run

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git switch -c feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Joe Haubrich - @joe_haubrich - jwhaubrich@gmail.com

Project Link: https://github.com/jwhaubrich/Simple-Calculator

(back to top)

About

This repo houses the code used for a simple calculator implementation coded in Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages