Write a recursive method that will find and return the largest value in an array of integers.

Question:

Write a recursive method that will find and return the largest value in an array of integers. Split the array in half and recursively find the largest value in each half. Return the larger of those two values.

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

Step by Step Answer:

Question Posted: