Q6 If lengths of three sides of a triangle are input through the keyboard, write a program to find the area of the triangle.
Program: 64
If lengths of three sides of a triangle are input through the keyboard, write a program to find the area of the triangle.
Output
Enter Length of AB: 3 Enter Length of BC: 4 Enter Length of CA: 5 Area of Triangle is: 6.000000