https://github.com/andymina/calculator
A calculator I made with JavaFX for practice.
https://github.com/andymina/calculator
Last synced: about 1 year ago
JSON representation
A calculator I made with JavaFX for practice.
- Host: GitHub
- URL: https://github.com/andymina/calculator
- Owner: andymina
- Created: 2018-01-05T04:39:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T17:36:28.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T13:46:50.549Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```