Question: Assuming that the following variables have been declared, String str1 = Q.E.D.; String str2 = Arcturan Megadonkey; String str3 = Sirius Cybernetics Corporation; Please evaluate

Assuming that the following variables have been declared,

 
String str1 = "Q.E.D.";
String str2 = "Arcturan Megadonkey";
String str3 = "Sirius Cybernetics Corporation";

Please evaluate the following expressions.

str3.substring(9, str3.indexOf("e"))
str3.substring(7, 12)
str2.toLowerCase().substring(9, 13) + str3.substring(18, str3.length() - 7)

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!