In the following code
int i1,i2; i1 = input.nextInt(); i2 = input.nextInt(); String s1; input.nextLine(); // Line-1 s1 = input.nextLine();
Lo