Question: How many upper case characters does the string object str5 contain after the following statements are executed? String strl memory MEMORY: String str2 = compilercompilecompilcompicompcomcoc,

 How many upper case characters does the string object str5 contain

How many upper case characters does the string object str5 contain after the following statements are executed? String strl "memory MEMORY": String str2 = "compilercompilecompilcompicompcomcoc", String str3 strl.substring(3,8); String str4 str2.substring(str2.length()-25).toUpperCase(); String str5 str3.concat(str4); A) 21 B) 23 C) 25 D) 27 E 29

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!