Question: For this task, you are expected to implement a recursive function that creates and returns a string of length n using the given character. For

For this task, you are expected to implement a recursive function that creates
and returns a string of length n using the given character.
For example, if the given character is *, and n =5, the output should be
*****.
Please note that a string with length zero is also possible.
To concatenate to a string, the simple + operator should be used.
The name of the method is makeString and the header of the method was
written for you in Lab2.java.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!