Skip to content

Commit f898f6a

Browse files
authored
Update README.md
Added Usage section
1 parent 5c86d20 commit f898f6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
## Calculator Using Java
22
This is a simple calculator application written in the Java programming language.
33

4-
Installation -
4+
## INSTALLATION -
5+
56
Clone this repository to your local machine using the command:https://github.com/StarKnightt/Calculator-using-java.git.
67
Open the project in your favorite Java IDE, such as Eclipse or IntelliJ IDEA.
78
Run the Calculator.java file to start the application.
89

10+
## USAGE -
911

12+
The calculator application can perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The user can enter two numbers and choose which operation to perform. The operation's outcome will be displayed on the screen.

0 commit comments

Comments
 (0)