There is anunsortedarray of sizen( 2 ≤n≤ 10⁵). The array contains distinct integer values. You are given the size of the arraynand your task is to find theindex( 1 ≤index≤n) of the largest element in the array. You are also given access to anobjectfrom whic...