A simple calculator application built using Java. It performs basic arithmetic operations like addition, subtraction, multiplication, and division.
- Addition, subtraction, multiplication, division
- Simple and intuitive console interface
- Error handling for invalid input (optional if you added it)
- Java (Core Java)
- OOP concepts (Classes, Methods, Objects)
//Project Structure
This project is kept simple and easy to follow:
- src/ – Contains the main Java code
- Calculator.java — Main source file
- Calculator.class — Compiled output
bin/ – Stores compiled files
README.md – Basic project info
-
Clone the repository:
git clone https://github.com/AsishKunta/Java-Calculator.git
-
Go into the project folder:
cd Java-Calculator/src
-
Compile the Java file:
javac Calculator.java
-
Run the program:
java Calculator
Asish Sri Sai Kunta Undergraduate, University of North Texas (Expected Graduation: May 2027)