Skip to content

A simple Java console calculator developed using core Java concepts like methods, loops, and Scanner for input.

Notifications You must be signed in to change notification settings

PoojaSunkari/Basic-Java-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Basic-Java-Calculator

A simple Java console calculator developed using core Java concepts like methods, loops, and Scanner for input.

Java Console Calculator – Task 1

This is a simple console-based calculator developed using Java. It performs basic operations like addition, subtraction, multiplication, and division with user input via the Scanner class.

Internship Info

Completed as Task 1 of a Java Developer Internship from Elevate Labs, focused on practical learning through daily coding tasks. The project helps in understanding Java basics, logic, and structure.

Tools Used

  • Java (JDK)
  • VS Code
  • Terminal / Command Prompt

How to Run

  1. Save file as Calculator.java
  2. Open terminal in the file directory
  3. Compile with: javac Calculator.java
  4. Run with: java Calculator

Task Objective

To gain hands-on experience with Java basics through a real-world mini project and build confidence in coding.

Let me know once you add it to your GitHub repo — or if you want a slightly longer or more casual version!

About

A simple Java console calculator developed using core Java concepts like methods, loops, and Scanner for input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages