100% prog /* SET 1: area of equilateral triangle */



#include <stdio.h>
#include<math.h>
#include<conio.h>
void main( )
{
    float side, area; // side can be replaced by a
    clrscr( );
    printf("Enter side of the equilateral triangle:");
    scanf("%f",&side);
    area=(sqrt(3)/4)*side*side;
    printf("\n area of the equilateral triangle with side= %f units is %f sq. units",side,area);
    getch( );
}

తెరమీద

Enter side of the equilateral traingle:1

area of the equilateral triangle with side= 1.000000 units is 0.433013 sq. units

 


కామెంట్‌లు

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

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

Spic macay

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