Students, please be sure to log in. This site does not use cookies and does not track/store work submitted when not signed in.
Unit 8 Problems
Java Reference Sheet
average
Complete the method average, which takes in a two-dimensional array and returns the average of the elements. Hint: For some students, integer division may work against you!
Input:
Result:1.0
Input:
Result:1.0
Input:
Result: 1.50