
Write an application program that prompts the user to key in a whole number X. The user is then prompted again to key in X number of integers. The program will then print out the following information : a) The largest integer among the X number of integers keyed in b) The smallest integer among the X number of integers keyed in The program will then ask the user if he/she wishes to exit the program or repeat the entire process. Provide a tester class to test the implementation of your solution. Writing the entire program in a single Class is not allowed.