1. Write a program that prompts the user to enter the length of the side of a square, then displays a hollow square of that size made of asterisks. Your program should work for squares of all side lengths between 1 and 20. Perform input validation using a loop (ie the program should keep on asking the user for a value between 1 and 20 if the user inputs a value beyond them).