C program to calculate area of scalene triangle

C program to calculate area of scalene triangle

Output:

Enter value of the base : 5
Enter value of the height: 2
Area of scalene triangle is 5.000000

Implementation: