1. [10 points) Write a C program that allows users to enter integer numbers and calculate the average of the numbers ent
Posted: Wed Mar 30, 2022 9:17 am
1. [10 points) Write a C program that allows users to enter integer numbers and calculate the average of the numbers entered. The integers are positive. Therefore, you can use a negative number as the sentinel to end the input. Use a while loop.