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 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
Get step-by-step solutions from verified subject matter experts
