Question: Write a function called multStr that takes a String argument and an int argument. Make the function return a String that is made by concatenating
Write a function called multStr that takes a String argument and an int argument. Make the function return a String that is made by concatenating the String with itself the specified number of times. For example, calling the function with Hello and 3 would return the String HelloHelloHello. ( need help java).
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
