Write a recursive method called printstars


Write a recursive method called printStars that takes a positive integer parameter n and prints a line of output with exactly n stars on the screen. For instance, if the parameter is 5, your output should look like this on screen.
***** 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a recursive method called printstars
Reference No:- TGS0118164

Expected delivery within 24 Hours