This simple application takes three integers representing the lengths of the sides of a triangle and determines what kind of triangle it is: scalene, isosceles, or equilateral. The different types are defined as follows:
Use the test cases you wrote to test this application.