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

In C Language
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
Get step-by-step solutions from verified subject matter experts
