Skip to content

A simple java console calculator app - an exercise in creating a "good" Github repo!

License

Notifications You must be signed in to change notification settings

shahleon/cs510-homework-1

Repository files navigation

image

DOI Build Status license badge issues badge

Group 34 Calculator

Are you think kind of person who hates doing math in your head and always wants to double check your answer? If so, the Group 34 Calculator is perfect for you! Our simple calculator performs all the necessary basic functions of a calculator such as adding, subtracting, dividing, and multiplying. The Group 34 Calculator is written entirely in Java. In the future we hope to add more functions to it and expand it past a basic calulator.

Installation

Installation is simple. First install Java and set JAVA_HOME, then install Maven. After that build the project and then you can begin using the Group 34 Calculator.

How to Use

To use the calculator run the project and follow the prompts. Here is an example of running the Group 34 Calculator:

$ java -jar target/cs510-homework-1-1.0-SNAPSHOT.jar
The first number is: 
40
Number 1 is 40.0
Enter operator: +, -, * or /
+
The second number is:
10
Number 2 is 10.0
Result is: 50.0
Continue? Y/N

After each calculation you can enter Y to run another calulation or N to quit.

Roadmap

In the future we would like to expand the Group 34 Calculator by adding more functions such as raising to a power, square roots, and factorials.

Contributing

Before contributing to the Group 34 Calculator please check out CONTRIBUTING.md for instructions. Also refer to CODE_OF_CONDUCT.md for our guidelines.

License

Distributed under the MIT License. See LICENSE for more information.

Developers

About

A simple java console calculator app - an exercise in creating a "good" Github repo!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages