Q)write a program to accept the three sides of a triangle and display their perimeter.
plzzzzzzz help and no spam
Answers
Answered by
1
Answer:
C program to find area of a triangle using a function
#include<stdio.h>
#include<math.h>
double area_of_triangle(double, double, double);
int main()
{
double a, b, c, area;
printf("Enter the lengths of sides of a triangle\n");
scanf("%lf%lf%lf", &a, &b, &c);
Explanation:
make me brainlist
follow me also
always try to give your questions solution...
Answered by
0
Explanation:
class BB{
public void fn()
{ int a;
intb;
intc;
system.out.println("perimeter of triangle is"a*b*c}
}
Similar questions