Skip to content

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

Notifications You must be signed in to change notification settings

gbarceloz/Multiplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages