Computer Science, asked by shringarika4499, 11 months ago

C program to find area of triangle by formula s(s-a

Answers

Answered by gulshanyadav22102002
1

Answer:

area of triangle

Explanation:

#include<iostream.h>

#include<conio.h>

void main()

{

int s,a;

float area of triangle;

clrscr();

cout>>"enter s a";

cin<<"s<<a";

getch();

}

Similar questions
Math, 5 months ago