Computer Science, asked by sankalpumrao, 3 months ago

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 ygeetu908
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