1- Define the class Triangle that has the following:
Variables for the three sides
Methods that do the following
Set the values of the three side
Get the values of the three sides
Determine if the shape is triangle or not.
Determine the type of triangle
Compute the circumference and return it.
2- Define the class Triangle_Testing to test the functionality of class triangle.

