I want the program to print the max and 2nd max value of an array of integers

thanks

// This program prints the maximum and the second maximum elemnet in an array

class A3Q3b
{
public...