Question: in java A. Strings and arrays: String[] myArray int i = 1; = (Good Day!, Hello!, Bye!); 13. The expression myArray.toUpperCase() will do the following:
A. Strings and arrays: String[] myArray int i = 1; = ("Good Day!", "Hello!", "Bye!"); 13. The expression myArray.toUpperCase() will do the following: a. nothing b. return the first String converted to upper case letters. return the whole array converted to uppercase letters d. cause an error C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
