Question: Write the method capitalize which has an array of Strings as a parameter. The method should create and return a new ArrayList of Strings which

Write the method capitalize which has an array of Strings as a parameter. The method should create and return a new ArrayList of Strings which has all the same values as the parameter array, but with first letter capitalized and the remainder of the String in lowercase (you do not know if the words coming in are all caps, all lower or mixed - do not assume anything!)

public static ArrayList capitalize(String[] words)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!