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

https://github.com/andymina/calculator

A calculator I made with JavaFX for practice.
https://github.com/andymina/calculator

Last synced: about 2 months ago
JSON representation

A calculator I made with JavaFX for practice.

Awesome Lists containing this project

README

        

My Four Function Calculator
-----------------------------

This simple calculator can add, subtract, multiply, and divide numbers and
return an answer accurate to 6 decimal places. The design is still in the works
because I am struggling with CSS.

To run simply run (in the terminal):

```
javac MainWindow.java Computer.java
java MainWindow
```