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:

Verified
To convert to uppercase:
gree...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
gree...
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Q35: The _ method converts any object to
Q36: Describe how a programmer would use the
Q37: To alter just one character in a
Q38: myCounty = "Clark Jackson Scioto" <br>myCounty.charAt(6) <br>Using
Q39: String firstString = "Oak Maple Pine" <br>String
Q41: Give a code example of using the
Q42: The _ method lets you add characters
Q43: Match each term with the correct statement
Q44: How can you use String methods to
Q45: A StringBuilder object contains a memory block