Question: I need this coded in C format not C++ 1. Name this program info.c-This program reads in a series of integers, stopping when the user84
I need this coded in C format not C++

1. Name this program info.c-This program reads in a series of integers, stopping when the user84 105 37 1831 -2016 -85 412 -407 enters the value zero. The user should print out the number of values read and the maximum and minimum values seen. You can assume there will always be at least one number entered. For example, given the input shown at the right, the program generates: Count of numbers: 11 Maximum value: 1831 Minimum value: -2016 873
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
