Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Java OOP Calculator

📌 About the Project

This is a simple Java application developed to practice Object-Oriented Programming (OOP) concepts.
The program receives a number from the user, processes it using a separate class, and displays its double.

🛠 Technologies Used

  • Java
  • Scanner (Java Standard Library)
  • Object-Oriented Programming (OOP)

⚙ How It Works

  1. The user enters an integer number.
  2. The number is stored inside a Calculator object.
  3. The object processes the value by doubling it.
  4. The result is displayed in the console.

▶ How to Run

  1. Clone the repository
  2. Compile the files:
    javac Main.java Calculator.java

About

> **Java console application focused on Object-Oriented Programming fundamentals. Implements class interaction, user input handling, and basic data manipulation using clean and readable code.**

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages