Given an array of strings, convert each string into: uppercase if first letter is capital lower case if first letter is small
solved Given an array of strings, convert each string into: uppercase if first letter is capital lower case if first letter is small