Problem Statement - print and println
System.out.print(“BEST”);
System.out.println(“OF LUCK”);
Choose the correct option for the output of the above statements
(i)
BEST OF LUCK
(ii)
BEST
OF LUCK
Solution
sunmitra| Created: 24-Mar-2018 | Updated: 12-Apr-2019|ICSE2018