Math, asked by 16191, 3 months ago

In geometry, a triangle is a closed two-dimensional plane figure with three sides and three angles.
Based on the interior angles of a triangle, there can be various types of triangles. They are Acute
angled triangle, Obtuse angled triangle and Right-angled triangle.
• Acute angle is an angle that is less than 90°.
• Obtuse triangles are those in which one of the three interior angles has a measure greater
than 90 degrees
• A right triangle is a triangle in which one of the angles is 90 degrees.
Write a C/Java program to find the types of triangle. Minimally, the C/Java program must
accept user inputs for a, b, c where a, b, c>0 for representing the angles with the following
conditions must be met :
Acute : a + b > c where a Obtuse : a + b < c, where a90
Right angled : a + b = c , where a

Answers

Answered by JanElsaVarkey
0

Answer:

Actually, what is the question

Similar questions