Solved

String Greeting = "Welcome Home";

Question 40

Essay

String greeting = "Welcome Home";
Using the above String , create the String method to convert the greeting String to all uppercase. Likewise, create the String method to convert the greeting String to all lowercase.

Correct Answer:

verifed

Verified

To convert to uppercase:
gree...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions