Introduction
This lab will walk you through the process of finding the largest element in an array using recursion. The C program will prompt the user to enter the size of the array, then input the elements of the array, followed by outputting the largest element of the array.