This is an improved version v1.0
This program finds the area of a geometric figure
Have a look at Program.cs file and you can see how I have used:
- Console input/output
- Arithmetic operations to find the area of triangle
- Logical operations for constructing a triangle
- Loop operations
- The try-catch statement
- You have to find the base of the triangle
- Program to ask you to try again
- Handle exceptions that might occur during execution
- You can find the area of a triangle
