1

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

  • Incredible \n world

  • Incredible
    world

  • Incredible world

  • Syntax Error