alright ive been banging my head against a wall for three hours and i give up does anyone have a clue? the what im supposed to do is write a method named lotsOfStars that will accept two integers: the first integer indicates
the number of lines to print, the second the number of asterisks per line. The method should
print a rectangular arrangement of asterisks.
such as 3,4
****
****
****