Implement the following method that returns the maximum element in an array: public static > E max(E[]

Question:

Implement the following method that returns the maximum element in an array:

public static > E max(E[] list)

Write a test program that prompts the user to enter 10 integers, invokes this method to find the max, and displays the maximum number.

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

Step by Step Answer:

Question Posted: