Skip to content

BahramT1/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple Calculator Java Program

Description

This Java program is a simple calculator that allows users to perform basic arithmetic operations, including addition, subtraction, multiplication, and division. The program continues to run until the user chooses to exit.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Handles division by zero

Requirements

  • Java Development Kit (JDK) installed on your machine.
  • An IDE or text editor (e.g., IntelliJ IDEA, Eclipse, or Visual Studio Code) to run the program.

How to Run the Program

  1. Clone the repository or download the Main.java file.
  2. Open the file in your preferred Java IDE or text editor.
  3. Compile the program using the command:
    javac Main.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages