Skip to content

This project is a simple calculator application developed in Java. It's designed as a practice project to familiarize with the Java programming language. The calculator performs basic arithmetic operations such as addition, subtraction, multiplication, and division.

Notifications You must be signed in to change notification settings

JTarangoDev/Calculator-Java-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Terminal Calculator

Description

This project is a simple calculator application developed in Java. It's designed as a practice project to familiarize with the Java programming language. The calculator performs basic arithmetic operations such as addition, subtraction, multiplication, and division.

Features

  • Performs four basic arithmetic operations:
    1. Addition
    2. Subtraction
    3. Multiplication
    4. Division
  • User-friendly terminal interface
  • Basic exception handling

Technologies Used

  • Java

How to Run

  1. Ensure you have Java installed on your system.
  2. Clone this repository to your local machine.
  3. Navigate to the project directory in your terminal.
  4. Compile the Java file.
  5. Run the compiled program.

Usage

Upon running the program, you'll be presented with a menu in the terminal:

  1. Enter a number from 1 to 4 to select an operation:
  • 1: Addition
  • 2: Subtraction
  • 3: Multiplication
  • 4: Division
  1. Enter 5 to exit the application.
  2. Follow the prompts to input numbers for the chosen operation.
  3. The result will be displayed, and you'll return to the main menu.

Project Status

This project is completed but may be updated with additional features in the future.

Learning Objectives

This project demonstrates basic Java concepts including:

  • Loops
  • Arithmetic operations
  • Basic exception handling
  • Terminal I/O

Note

The code comments and variable names in this project are written in Spanish as it was developed for personal learning purposes. The logic and structure of the code remain universal.


Feel free to contribute to this project or use it as a learning resource!

About

This project is a simple calculator application developed in Java. It's designed as a practice project to familiarize with the Java programming language. The calculator performs basic arithmetic operations such as addition, subtraction, multiplication, and division.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages