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

https://github.com/rudrakshi99/qcalc

It is a Calculator built with Java and Gradle. It has two modes: Simple and Scientific.
https://github.com/rudrakshi99/qcalc

calculator gradle java junit

Last synced: about 2 months ago
JSON representation

It is a Calculator built with Java and Gradle. It has two modes: Simple and Scientific.

Awesome Lists containing this project

README

        

# QCALC

It is a Calculator built with Java and Gradle. It has two modes: Simple and Scientific.

## Features

- Simple Calculator
- Scientific Calculator
- Logical Calculator

## Technologies

- Code: Java
- Testing: JUnit
- Build: Gradle

## How to run

- Clone the repository
- Build the project with Gradle using the command `./gradlew build`
- Run the project with the command `./gradlew run`
- Run the tests with the command `./gradlew test`

## OOP Principles Used

- Encapsulation
- Inheritance
- Polymorphism
- Abstraction