Write an algorithm in pseudocode to input 500 positive whole numbers. each number input must be less than 1000. find and output the largest number input, the smallest number input and the range (difference between the largest number and smallest number). use only if/then else