https://github.com/devjjmv/practice1_calculator
Simple console application to perform basic calculator procedures using different languages including C++, Java, JavaScript & Typescript
https://github.com/devjjmv/practice1_calculator
calculator-application cpp java javascript typescript
Last synced: 3 months ago
JSON representation
Simple console application to perform basic calculator procedures using different languages including C++, Java, JavaScript & Typescript
- Host: GitHub
- URL: https://github.com/devjjmv/practice1_calculator
- Owner: DevJJMV
- Created: 2025-01-07T23:54:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T22:31:34.000Z (over 1 year ago)
- Last Synced: 2025-03-26T16:53:48.955Z (over 1 year ago)
- Topics: calculator-application, cpp, java, javascript, typescript
- Language: C++
- Homepage:
- Size: 5.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Console Calculator
This is a **basic calculator** designed to run in the log console. The calculator allows users to perform basic mathematical operations as well as some advanced functions interactively,developed in some programming languages such as:
👉
👉
👉
👉
## **Features**🚩
The calculator supports the following operations:
1. **Basic Operations:**
-  **Addition**
-  **Subtraction**
-  **Multiplication**
-  **Division**
-  **Modulus (integer numbers only)**
-  **Square Root**
2. **Additional Operations:**
- Power
- Average of two numbers
- Logarithm (base 10)
- Natural logarithm
## **How to Compile and Run**
1. Clone the repository:
```bash
git clone https://github.com/your_username/Practice1_calculator
cd Practice1_calculator
2. Select the folder with the preferer programming language
4. Run the program:
```bash
./calculator