From 7460651a9546b266c41dbdbb73417790a19a462a Mon Sep 17 00:00:00 2001 From: zahirazalfa <151892342+zahirazalfa@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:03:52 +0700 Subject: [PATCH] Update README.md
# Simple Java Calculator
This is a simple **Java** calculator. calculator ### How to run it? 1. Make sure Java is in your PATH on your system. You can simply check this by opening cmd or PowerShell and type: ```java --version``` How to add Java to PATH: https://www.java.com/en/download/help/path.html 2. Open cmd or PowerShell and compile main.java: ```javac main.java``` 3. Run the calculator by typing: ```java main.java``` 4. Click on the **on** button. 5. Do your calculations and enjoy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ebc9b..7c5314e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a simple **Java** calculator. -calculator +calculator ### How to run it?