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

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

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 screen

How to run the project


  • open cmd tap g++ clsArea.cpp after click enter

  • will create auto file executable a.exe

  • acces on a.exe and type enter
  • Demo About The Project

    Screenshot About Project