Question: Add tests to the tests.TestProblemSet class that will test a static method named average in the ratings.ProblemSet class The average method will take an ArrayList
Add tests to the tests.TestProblemSet class that will test a static method named average in the ratings.ProblemSet class
The average method will take an ArrayList of Doubles as a parameter and returns the average of the values in the ArrayList as a double
If the ArrayList is empty, the method should return
Examples:
average returns
average returns
average returns
average returns
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
