[solved] – Question 71807
Write a program which repeatedly reads numbers until the user enters 0. Once 0 is entered, print out the Max and Min. Use an array to store all the numbers.
Expert Answer
OR
Write a program which repeatedly reads numbers until the user enters 0. Once 0 is entered, print out the Max and Min. Use an array to store all the numbers.
OR