I am trying to write a program that reads an integer N that indicates the number of following inputs. The program then reads N integer values (larger than -999999 and smaller than 999999), finds the largest and the smallest values, and prints them. I don't fully understand this question and am left scratching my head as to what to do. Does anyone have any pointers for me?