Triangle (Classwork)
Tags : JavaScript Intro
Triangle problem
Make a website that takes in 3 inputs for each side of the triangle (side A, side B and side C). Depending on the user input, determine if the triangle is equilateral, isosceles or scalene.
Equilateral: all sides are equal to each other.
Isosceles: Only two sides are equal.
Scalene: no sides are equal.
Invalid: one side is greater or equal to the sum of the other two sides.