Computer Science, asked by huzaifa1623, 19 days ago

write c++program to find the area of triangle​

Answers

Answered by mmjewellersbea
1

Explanation:

mini Cooper s Is it possible to get the latest flash player is required for video playback is unavailable right now because this ttt I I I I I thought I would like to get the attached file is scanned image in PDF format of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of a little bit of an anchor for a little bit of a little bit of a little bit of a little bit of a little bit of a to z of a little bit of a little bit of a little bit

Answered by vennapusanageswari2
1

Answer:

#include<iostream>

using namespace std;

int main( )

{

float a,b,c,s,Area;

cout<<"Enter three sides of triangle : ";

cin>>a>>b>>c;

s=(a+b+c)/2;

Area=sqrt(s*(s-a)*(s-b)*(s-c));

cout<<"Area of triangle is : "<return 0;

}

output:

Enter three sides of triangle :

5.6

8.1

10.3

Area of triangle is:22.565

Similar questions