!759 public class main { static String text = [[ hello ]]; public static void main(String[] args) { System.out.println("'hello' should be on the next line:" + text + "And this is line 3."); } }