Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Simple Calculator in Java

This is a simple calculator program written in Java that can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

How to Use

  • Clone or download the repository to your local machine.
  • Open the project in your Java development environment.
  • Compile and run the Calculator.java file.
  • Follow the on-screen prompts to enter two numbers and an operator (+, -, *, /).
  • The program will perform the corresponding arithmetic operation and display the result.

Features

  • Simple and easy-to-use interface
  • Handles division by zero error
  • Performs basic arithmetic operations (+, -, *, /)

Dependencies

Java SE Development Kit 8 or later

Contributing

Contributions to this project are welcome. If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request.

Credits

This project was created by Kalutu Daniel.