logo CodeStepByStep logo

printStars

Language/Type: Java recursion

Write a recursive method named printStars that accepts an integer parameter n and prints n occurrences of the "*" character to the console. For example, the call of printStars(5); should print ***** . Do not use loops or auxiliary data structures; solve the problem recursively. You may assume that the value passed is non-negative.

Method: Write a Java method as described, not a complete program or class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.