Write an application that reads the lengths of the sides of a triangle from the user. compute the area of the triangle using heron's formula (below), in which s represents half of the perimeter of the triangle and a, b, and c represent the lengths of the three sides. print the area rounded to three decimal places.