(a) 9 (b) 7 (c) 6 (d) -1
(a) POSI (b) POS (c) MPO (d) MPOS
(a) Lucknow (b) Luckn (c) Luck (d) luck
System.out.println("A picture is worth \t \" A thousand words. \"");
A picture is worth " A thousand words. "
String s1 = "Life is Beautiful"; System.out.println("Earth" + s1.substring(4)); System.out.println(s1.endsWith("L"));