Question: Write a program that: reads double numbers from the terminal in a loop .stops reading numbers when the user enters-99999 or a number that is

 Write a program that: reads double numbers from the terminal in

Write a program that: reads double numbers from the terminal in a loop .stops reading numbers when the user enters-99999 or a number that is less than the previous entered number; the number sequence is, hence, in ascending order; prints the minimum and the maximum numbers entered (excluding the sentinel value -99999), For example, if the user enters-40-23 0 12 20 29 11 the program stops reading at 11 since 1129 and then displays "the minimum number is -40 and the maximum number is 29" Test your program thoroughly so that all conditional branches are checked. Include a screenshot in the PDF file with the program output in the terminal

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!