Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 226 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 226 Bytes

TriangleChallenge

  • 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.