Take this template and write a program to test is 3 length could be the sides of a triangle or not. a) I've given you the code to get side 1. Write the code to get sides 2 & 3. b) I tested to see if side 1 + side 2 > side 3. Write the code in nested loops to see if side 2 + side 3 > side 1 and side 1 + side 3 > side 2. c) test to see if it works! You may work in a group.