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