Write a program using a switch statement that displays the name of a polygon with sides between 3 and 12 depending on the number entered by the user. For example, if the user enters 3, the program should display the string "Triangle". if the user enters 8, the program should display the string "Octogon". If the user enters an invalid number (assume 1 side and 2 sides cannot be polygons), and ( 13 and above are out of the range of the program)...the program should display an appropriate error message.