You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Simple Java Calculator
2
2
3
-
Originally this project was written using Eclipse, but I have migrated it to NetBeans.
4
-
This calculator is simple with an easy code to help novices learn how to operate a calculator.
3
+
This project was originally written using Eclipse, but I have migrated it to NetBeans.
4
+
This calculator is simple with an easy code to help novices learn how to create a calculator program with Java.
5
5
6
-
If you use the executable file "calculator.jar" and that it does not run, you can type "java -jar /your_calculator_directory/calculator.jar" in your terminal.
6
+
If you use the executable "SimpleJavaCalculator.jar" file and that doesn't work, you can type `java -jar /your_calculator_directory/SimpleJavaCalculator.jar` in your terminal.
0 commit comments