Consider a program that reads a set of Data for ‘n' no. of triangles. The program reads three integer values as representing the sides of triangles. The program prints for each triangle whether the triangle is isosceles or equilateral or a simple. Develop logic and Compute cyclomatic complexity.