public class Escape01 { public static void main(String[] args) { System.out.println("He said \t \"Hello\" \nI said \" \\ \" \n"); } }