public class Solution { public static void print3(String s) { for (int x = 0; x < 3; x++){ System.out.print (s +" "); } }