123456789
enum triangleType { EQUILATERAL, RIGHT, ISOSCELES, SCALENE }; triangleType triangle = ISOSCELES;