/FunWithTriangles

Write a program that will determine the type of a triangle. It should take the lengths of the triangle's three sides as input, and return whether the triangle is equilateral, isosceles or scalene.

Primary LanguageJavaScript

Stargazers