a very basic calculator application?
- Java version 8 or higher.
- Press Fork botton (top right the page) to save copy of this project on your account.
- Clone this project by typing in the bash:
git clone [email protected]:syahravi/java-calculator-cli.git
- Imported it in Intellij IDEA or any other Java IDE or any other Text Editor.
- Run the application
Simple way:
java calculator.java
➢ java calculator.java
Enter nama kamuu: Ravi
Enter kedua angka (contoh:2 10): 10 5
Enter operator ( + - * / ): /
///// Ravi
10.0 / 5.0 = 2.0