Question: String s 1 = Bob; String s 2 = Linda; int len 1 = s 1 . length ) ; int len 2 = s

String s1="Bob";
String s2= "Linda";
int len1= s1.length);
int len2= s2.length(/2;
System.out.printIn(len1+len2);
What is the output?

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!