I am trying to run my code line but it shows a minor error.
I also make some effort to put something like \ ; " "
but it doesn't work.
public static void message() {
System.out.println("This program surely cannot");
System.out.println("have any \"errors")"in it");
}
I expect that this method can run, but it shows that:
Error:(9, 48) java: ';' expected.