CSC 117 Programming for Scientists and Engineers Project 2 Due: Friday, July 19, 2002 Large Total points : 25 Write a program to read real values for the three sides a, b, and c, of a triangle from the keyboard and then calculate its perimeter and its area. These should be printed together with the values of a, b, and c (the output should be labeled). The formula for the perimeter (P) of a triangle is P = a + b + c. The formula for the area (A) of a triangle is A = sqrt{s(s-a)(s-b)(s-c)} where s is the semiperimeter = P/2. Please email the program to the grader by 5:00pm on the due date.