Write a generic method that returns the maximum element in a two-dimensional array. public static > E

Question:

Write a generic method that returns the maximum element in a two-dimensional array.
public static > E max(E[][] list)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: