The current numbers are: 2 4 6 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 3 The range of the numbers is 4 The current numbers are: 2 4 6 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 4 The average of the numbers is 4.0 The current numbers are: 2 4 6 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 0 Enter three new numbers: 15 7 21 The current numbers are: 15 7 21 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 1 The largest of the numbers is 21 The current numbers are: 15 7 21 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 2 The sum of the numbers is 43 The current numbers are: 15 7 21 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 3 The range of the numbers is 14 The current numbers are: 15 7 21 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 4 The average of the numbers is 14.333333333333334 The current numbers are: 15 7 21 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 5 In order, the numbers are: 7 15 21 The current numbers are: 15 7 21 (0) Enter new numbers (1) Find the largest (2) Compute the sum (3) Compute the range (largest - smallest) (4) Compute the average (5) Print the numbers in ascending order (6) Quit Enter your choice: 6 Have a nice day!