public static void print3(String text) { for(int i = 0; i < 3; i++); System.out.println("I love you!" + i);