Question: Given that ( String S = my lab java course), the statement System.out.println(s.indexOf(lab)) displays: 4 3 2. -1

Given that ( String S = "my lab java course"), the statement System.out.println(s.indexOf("lab")) displays: 4 3 2. -1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
