100% area of traingle using Heron's formula

// area of triangle according to Heron's formula
#include <stdio.h>
#include<math.h>
void main()
{
  float a,b,c,s,area;
  printf("\n enter the sides of the triangle in proper units:");
  scanf("%f%f%f",&a,&b,&c);
  s=(a+b+c)/2.0; //s=semi-perimeter
  printf("area of traingle with 3 given side lengths=%f sq units",sqrt(s*(s-a)*(s-b)*(s-c)));
}// end of main
    ఔట్పుట్ తెరమీద
enter the sides of the triangle:3 4 5
area of traingle with 3 given side lengths=6.000000 sq units

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)