Create a class called Average according to the UML diagram. Average - data[]: int - mean: doub le + Average() + calculateMean(): void + toString( ): String + selectionSort( ): void This class will allow a user to enter 5 scores into an array. It will then rearrange the data in descending order and calculate the mean for the data set. Attributes:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here