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.
- Host: GitHub
- URL: https://github.com/rudrakshi99/qcalc
- Owner: rudrakshi99
- Created: 2023-01-15T17:02:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T17:03:24.000Z (over 2 years ago)
- Last Synced: 2025-01-22T18:53:24.423Z (4 months ago)
- Topics: calculator, gradle, java, junit
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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