<p>I have a project due for AP Computer Science and I need some help. The assignment is to write a program with a recursive method that takes a string and outputs it a specified number of times. </p>
<p>Yes, but then you have to worry about including "return" for the else statement which would complicate the matter if you needed to output, and not return a string.
The best thing to do:</p>
<p>if ( timesToOutput == 0)
{ }
Just leave it blanck...</p>