Question: Can you do this java question repeat public static java.lang.String repeat (int count, char c) Create a string containing the passed character repeated as many
repeat public static java.lang.String repeat (int count, char c) Create a string containing the passed character repeated as many times as specified. If count is less than 1, a zero-length string is returned. Parameters: count - the number of repetitions. c - the character to be repeated. Returns: a string containing count repetitions of c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
