public class Ex22{
public static void main (String[] args){
System.out.print("\"To be or not to be
\n
that's the question\"");
}
}
Errors
What's wrong?
public class Ex22{
public static void main (String[] args){
System.out.print("\"To be or not to be
\n
that's the question\"");
}
}
Errors
|
|
|
public static void main (String[] args){
System.out.print("\"To be or not to be " +
"\n" +
"that's the question\"");
}
0 members, 1 guests, 0 anonymous users