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.
- Host: GitHub
- URL: https://github.com/adearya/java-kalkulator-sederhana
- Owner: adearya
- Created: 2023-06-01T03:22:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T03:44:07.000Z (8 months ago)
- Last Synced: 2025-04-24T04:29:24.895Z (8 months ago)
- Topics: java, programming
- Language: Java
- Homepage:
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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
## About The Project

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

## 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
Thanks for checking out this Trash Project XD