Question: 4. Write a method print3(String s) to print a string three times in three lines with increasing indentation. For example, print3(Hello); will print Hello Hello
4. Write a method print3(String s) to print a string three times in three lines with increasing indentation. For example, print3("Hello"); will print Hello Hello Hello
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
