Question: IN JAVA Assume that following: String string1 = Medgar Evers Preparatory: String string2 = The Navajo Tribesmen; Write down the output: string1.length(); string2.length(); stringi.charAt(s); string2.charAt(3);

Assume that following: String string1 = "Medgar Evers Preparatory": String string2 = "The Navajo Tribesmen"; Write down the output: string1.length(); string2.length(); stringi.charAt(s); string2.charAt(3); string1.indexOf("P"); string2.substring(4); string1.substring(4,16)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
