Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 187 Bytes

contibution.md

File metadata and controls

5 lines (3 loc) · 187 Bytes

Write a program to find the area of triangle whose three sides a,b,c are given.

Input : Take 3 int inputs which are the sides of triangle

Output : Output the area of triangle