Create a Java program called Square which uses a nested for loop to create a square shape. The ogram prompts the user to enter the size of the square; e.g. if the user enters 5 then lines of stars will output to screen forming a square shape which is 5 lines in length and 5 lines in breadth