Write function called largest that will return the largest value in an array of integers. your function should take as parameters the array of int's to search through and an int value that represents the size of the array. your function should return the largest value found within the array.