java .not c++
Question 5: String Array
Write a complete method that converts all Strings in an array toupper case. The method header is:
public void convertToUpper(String[] words)
Question 6: Increasing Order Method
Write a complete method to determine whether an array ofintegers is in increasing order. For example, [4, 6, 8, 10, 10, 12]is increasing order but [4, 2, 6, 1, 1, 3] is not.
Expert Answer
An answer will be send to you shortly. . . . .