Your task is to write a method that displays a rectangle with a given width and height. For example, if the width is 4 and the height is 2, print
[][][][] [][][][]
Don't print anything if the width or height is larger than 25.