Write the output for the following: System.out.println(“Incredible”+“\n”+“world”);
Incredible \n world
Incredible world
Syntax Error