This will let the user input a series of integers and the program will display the highest and lowest values.
This program contains arrays, integers, few if statements and arrays. First, the program will ask the user how many times it will enter a value Right after that, the program will ask the user again to provide the values that the it will need to identify which of those are the highest and lowest. Then lastly, it will display the result values.