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