Geometry Calculator C++ Code

Geometry Calculator C++ Code

This code is able to calculate the area of a Circle, a Rectangle, or a Triangle.

The user is presented with a menu:

Geometry Calculator Main Menu

If the user selects to calculate the area of a circle, it will ask for its radius:

Geometry Calculator calculating the area of a circle.

If the user selects to calculate the area of a rectangle, it will ask for its length and width:

Geometry Calculator calculating the area of a rectangle.

If the user selects to calculate the area of a triangle, it will ask for its base and height:

Geometry Calculator calculating the area of a triangle.

Calculations are performed after the input and the results are shown in the screen.

To exit, press 4 and it will quit immediately.

Downloads

Videos