Skip to content

A simple Java-based calculator for performing basic arithmetic operations (addition, subtraction, multiplication, division) with user-friendly input handling and error validation. Perfect for beginners exploring Java programming concepts.

License

Notifications You must be signed in to change notification settings

nurulashraf/java-basic-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Java Basic Calculator

A simple Java-based calculator that performs basic arithmetic operations: addition, subtraction, multiplication, and division. It includes error handling and user-friendly input validation, making it a great project for beginners learning Java.


Features

  • Perform basic arithmetic operations: +, -, *, /.
  • Handles division by zero with appropriate error messages.
  • Simple and intuitive command-line interface.
  • Organised with a proper package structure.

Installation and Usage

Prerequisites

  • Java Development Kit (JDK) 8 or later installed.
  • A code editor or IDE such as IntelliJ IDEA, Eclipse, or VS Code.

Steps to Run the Project

  1. Clone the repository:
    git clone https://github.com/nurulashraf/java-basic-calculator.git
  2. Navigate to the project directory:
    cd java-basic-calculator
  3. Compile the code:
    javac src/Calculator.java
  4. Run the program:
    java -cp src calculator.Calculator

Project Structure

java-basic-calculator/
├── src/
│   └── Calculator.java  # Main program file          
├── LICENSE              # MIT License
└── README.md            # Project documentation

Contributing

Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request. For significant changes, feel free to open an issue to discuss them first.


License

This project is licensed under the MIT License.

About

A simple Java-based calculator for performing basic arithmetic operations (addition, subtraction, multiplication, division) with user-friendly input handling and error validation. Perfect for beginners exploring Java programming concepts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages