Add a method busiestHour to LogAnalyzer that returns the busiest hour. You can do this by looking through the hourCounts array to find the element with the biggest count. Hint: Do you need to check every element to see if you have found the busiest hour? If so, use a for loop or a for-each loop. Which one is better in this case?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.