Write a method that computes and displays the array c as follows:
c[i]=max(a[i],b[i]), 0<=i
Write methods for computing the maximum value, the minimum value, and the mean value of an array. Use these methods to compute and display the minimum of array a, the maximum of array b, and the mean value of array c.