Computer Science, asked by Alekya6932, 10 months ago

Javascript program to check whether the given triangle is equilateral isosceles or scalene

Answers

Answered by anushaselva
1

Answer:

Input sides of a triangle from user. ...

Check if(side1 == side2 && side2 == side3) , then the triangle is equilateral.

If it is not an equilateral triangle then it may be isosceles. ...

If it is neither equilateral nor isosceles then it scalene triangle.

Explanation:

mark me plz

Similar questions