https://github.com/kader1680/area-calculator
Create an Area Calculator console application, where user can choose between calculating area of square, rectangle and circle, then the application asks for the required inputs, and finally print the output on screen
https://github.com/kader1680/area-calculator
algorithms console-application cplusplus object-oriented-programming
Last synced: 2 months ago
JSON representation
Create an Area Calculator console application, where user can choose between calculating area of square, rectangle and circle, then the application asks for the required inputs, and finally print the output on screen
- Host: GitHub
- URL: https://github.com/kader1680/area-calculator
- Owner: Kader1680
- Created: 2024-01-01T12:19:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T14:21:34.000Z (over 1 year ago)
- Last Synced: 2025-01-28T00:16:07.705Z (4 months ago)
- Topics: algorithms, console-application, cplusplus, object-oriented-programming
- Language: C++
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Area-Calculator-
Create an Area Calculator console application, where user can choose between calculating area of square, rectangle and circle, then the application asks for the required inputs, and finally print the output on screenHow to run the project