public static void drawIndentedLine (int spaces, String begin, int n, String middle, String end)
It should print a single line, terminated with a newline, that begins with the specified number of spaces, followed by the begin string, followed by n copies of the middle string, followed by the end string.
I dont know how to do this in eclipse any ideas ?