Skip to content

A simple Java-based calculator application that performs basic arithmetic operations. Built to practice object-oriented programming concepts and strengthen core Java skills.

License

Notifications You must be signed in to change notification settings

AsishKunta/Java-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Calculator

A simple calculator application built using Java. It performs basic arithmetic operations like addition, subtraction, multiplication, and division.

Features

  • Addition, subtraction, multiplication, division
  • Simple and intuitive console interface
  • Error handling for invalid input (optional if you added it)

Technologies Used

  • 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

How to Run

  1. Clone the repository:

    git clone https://github.com/AsishKunta/Java-Calculator.git
  2. Go into the project folder:

    cd Java-Calculator/src
  3. Compile the Java file:

    javac Calculator.java
  4. Run the program:

    java Calculator

📌 Author

Asish Sri Sai Kunta Undergraduate, University of North Texas (Expected Graduation: May 2027)

About

A simple Java-based calculator application that performs basic arithmetic operations. Built to practice object-oriented programming concepts and strengthen core Java skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages