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
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,34 @@
1
+
<divalign="center">
2
+
1
3
# Simple Java Calculator
2
4
3
5

4
6
5
-
This project was originally written using Eclipse, but I have migrated it to NetBeans.
6
-
This calculator is simple with an easy code to help novices learn how to create a calculator program with Java.
7
+
---
8
+
9
+
This calculator is **simple** with an **easy to use code** to help novices **learn how to create a calculator** program with **`Java`**.
10
+
11
+
---
12
+
13
+
</div>
7
14
8
-
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.
15
+
This project was **originally written using `Eclipse`**, but I have **migrated it to NetBeans**.
9
16
17
+
If you use the executable "SimpleJavaCalculator.jar" file and that doesn't work, you can type this in your terminal:
0 commit comments