Given the length of four sides determine whether they can be used to create a polygon and determine if that polygon is a square. A polygon can be created if no single side is greater than the sum of the other three sides. Display a ONE when the status (polygon or square) is confirmed and ZERO when the status cannot be confirmed. DO NOT use any material found outside of the first THREE chapters of the C text. ? The use of any selection constructs (if/else, switch, conditional expressions), logical and relational operators (&&, ||, !, <, <=, ==, >=, >), and Boolean variables are prohibited on this assignment. Any such use will result in a zero.