Problem:
Question- Write a program in pseudocode that will read in five positive integers (one at a time) and print out the largest and smallest number of the five numbers. The program should read the numbers one at a time.
Show the code, demonstrate it works properly and describe what it is doing.