Accept three angles of a triangle. Check and print whether it will form an equilateral triangle (each angle should be equal to 60)or scalene triangle(None of them should be equal to each other,)
Answers
Answered by
2
Explanation:
Write a C program to check whether a triangle is Equilateral, Isosceles or Scalene.
Equilateral triangle: An equilateral triangle is a triangle in which all three sides are equal. In the familiar Euclidean geometry, equilateral triangles are also equiangular; that is, all three internal angles are also congruent to each other and are each 60°.
Isosceles triangle: An isosceles triangle is a triangle that has two sides of equal length.
Scalene triangle: A scalene triangle is a triangle that has three unequal sides, such as those illustrated above
Similar questions