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(8); string2.charAt(3);

IN JAVA
IN JAVA Assume that following: String string1 = "Medgar Evers Preparatory": String

Assume that following: String string1 = "Medgar Evers Preparatory": String string2 = "The Navajo Tribesmen"; Write down the output: string1.length(); string2.length(); stringi.charAt(8); string2.charAt(3); string1.indexOf("P"); string2.substring(4); string1.substring(4,16)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!