Roastedham2604 Roastedham2604 30-11-2022 Computers and Technology contestada This method takes a list of strings called list. Implement it so that it returns the total number of vowels ('a', 'e', 'i', 'o', and 'u') in all strings in the list.For example, given ["ear", "prune", "plot", "try"], it should return 5.