Question: EZ JAVA QUESTIONS Question 27 1 pts For String c = hello world; The Java statements int i-c.indexOf(o); int j c.lastlndexofr): will result in: i-4
EZ JAVA QUESTIONS

Question 27 1 pts For String c = "hello world"; The Java statements int i-c.indexOf(o); int j c.lastlndexofr): will result in: i-4 and j-8 i-5 and j-8 i-4 and j-9 i-5 and j-9 Question 28 1 pts For String c "Now is the time for all"; The Java statements String i -c.substring(7); String j- c.substring(4, 15); will result in: i- "he time for all' and j - "is the time" "the time for all andj- "s the time" the time for all and j -"is the time i-"he time for all and j - "s the time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
