i am trying to write a main method program that uses a while loop to repeatedly input four integers. the body of the while loop should break out of the loops if any of the values inputted are negative, should invoke second() to determine the 2nd highest of the 4 values read, and should print the 2nd highest value. when the loops ends, the program should print the number of sets of 4 values read, including the one that contained the negative value. i have no idea where to begin except public static int second(int a, int b, int c, int d).....please help. i just need some guidance...