Question: After executing the code on the right what will be the content of pos? String 51 = Java is Fun; int pos = s1.indexOf(Fun); A
After executing the code on the right what will be the content of pos? String 51 = "Java is Fun"; int pos = s1.indexOf("Fun"); A 8 B 9 7 -1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
