C++ program to find the largest and second largest number present in an array

C++ program to find the largest and second-largest numbers present in an array along with their location index on the array. This program first find the largest number by going through all the numbers...