Write a program to input three sides of a triangle. Evaluate and print the area of triangle using
the given formula (or Hero's formula). The class name is Triangle
Area = √s(s-a)(s-b)(s-c) where s = a+b+c/2 and a,b,c are three sides.
Answers
Answered by
0
Explanation:
Write a program to input three sides of a triangle. Evaluate and print the area of triangle using
the given formula (or Hero's formula). The class name is Triangle
Area = √s(s-a)(s-b)(s-c) where s = a+b+c/2 and a,b,c are three sides.
Similar questions
Computer Science,
3 months ago
Math,
9 months ago