Computer Applications
System.out.print("BEST ");
System.out.println("OF LUCK");
Choose the correct option for the output of the above statements
- BEST OF LUCK
- BEST
OF LUCK
System.out.print("BEST ");
System.out.println("OF LUCK");
Choose the correct option for the output of the above statements