Problem: Can you make, function that takes an array of int typed values as input such that when the function is called, the calling function gets the largest value and smallest value in the array. Also write a main function which calls this function to demonstrate its use.