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.
What will be an ideal response?
To convert to uppercase:
greeting = greeting.toUpperCase();
To convert to lowercase:
greeting = greeting.toLowerCase();
You might also like to view...
Failure of an ICT development project is often dismissed as part of the "cost of doing business".
Answer the following statement true (T) or false (F)
Cell phone screens range in size from 7 inches to 10 inches, measured on the diagonal.
Answer the following statement true (T) or false (F)
Anytime you type a(n) ____ followed by a letter, a list of valid functions beginning with that letter appears.
A. dollar sign B. plus sign C. equal sign D. comma
A security framework specifies the tasks for deploying security tools in the order in which they are to be accomplished.
Answer the following statement true (T) or false (F)