An open API service indexing awesome lists of open source software.

https://github.com/adearya/java-kalkulator-sederhana

java-kalkulator-sederhana is a simple CLI-based calculator developed using Java. This project was created as a college assignment to perform basic arithmetic operations efficiently through a command-line interface.
https://github.com/adearya/java-kalkulator-sederhana

java programming

Last synced: 6 months ago
JSON representation

java-kalkulator-sederhana is a simple CLI-based calculator developed using Java. This project was created as a college assignment to perform basic arithmetic operations efficiently through a command-line interface.

Awesome Lists containing this project

README

          


Github User Logo

Kalkulator Sederhana (Simple Calculator) - Java



I created this project as a college assignment to implement Java programming concepts in a simple and functional calculator program.


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Contact

## About The Project

![App Screenshot](https://raw.githubusercontent.com/adearya/java-kalkulator-sederhana/HEAD/raw/images/desktop_screenshot.png)


This program was built using Java with a focus on simplicity and ease of use. It supports basic arithmetic operations such as addition, subtraction, multiplication, and division. The program follows a structured and minimalistic approach, making it lightweight and easy to understand.

### Built With
![Java](https://img.shields.io/badge/Java-%23ED8B00.svg?logo=openjdk&logoColor=white&style=for-the-badge)

## Getting Started


Users can perform calculations via the command line by inputting numbers and selecting operations. The program is lightweight and can be expanded to include additional mathematical functions if needed.

### Prerequisites

Before getting started, ensure that your system meets all the necessary requirements to run this project smoothly. Below is a list of prerequisites that need to be installed.


  • jdk-openjdk >= 24


### Installation

Follow these steps to install and configure the project on your system. The installation process is designed to be straightforward for both beginners and experienced users.

Clone the repo
```sh
git clone https://github.com/adearya/java-kalkulator-sederhana.git
```
Change directory
```sh
cd java-kalkulator-sederhana/
```
To compile this project
```sh
javac Main.java
```

## Usage

Once the installation is complete, refer to this section for basic usage instructions. Make sure all prerequisites are met before running the application.

To run this project
```sh
java Main
```

## Contact

If you have any questions, encounter any issues, or would like to contribute to this project, feel free to reach out through the contact information below








Gmail




Instagram









Thanks for checking out this Trash Project XD


(back to top)