...
/Solution Review: Find the Top Scorer in a Class
Solution Review: Find the Top Scorer in a Class
Have a look at the solution to the 'Find the Top Scorer in a Class' challenge.
We'll cover the following...
We'll cover the following...
Rubric criteria
Solution
Rubric-wise explanation
Point 1:
Look at line 10. We create the header of the Max function, which takes a parameter array of int[] type. We declare a variable, max, to ...