Question: The language is Java. Please do the more efficient code and if you can explain it will be better. Pleae also MAKE SURE that the

The language is Java. Please do the more efficient code and if you can explain it will be better. Pleae also MAKE SURE that the code runs. Thank you for your hard work.
12) Implement a method called eStatistics that takes an array of strings called names. The method returns an array that contains the frequencies of letter 'e in every string in the original array. For example, if names- l"Monday","Tuesday", "Wednesday"."Thursday", "Friday", "Saturday", "Sunday" the method returns the array 10, 1, 2, 0, 0, 0, 0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
