String quote = "She said \"hello\" to me."; System.out.println(quote); // She said "hello" to me.
Click Run to execute this code.