The area A of a triangle is obtained using the formula A=#sqrt((S(S-a)(S-b)(S-c) ) )# where a, b and c are dimensions of a triangle and S=#(a+b+c)/2#
Write a C program that would prompt for the three dimension of a triangle, computes the area and display the result to the nearest 3 decimal places
 Viewed: 366 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!