Problem statement:- Given an array of size N. The task is to find the maximum and the minimum element of the array using the minimum number of comparisons. For solving any problems, I would divide it into the following part Given: Array, Finding: Max...