- 1 10 Points Write A C Program That Allows Users To Enter Integer Numbers And Calculate The Average Of The Numbers Ent 1 (19.94 KiB) Viewed 35 times
1. [10 points) Write a C program that allows users to enter integer numbers and calculate the average of the numbers ent
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. [10 points) Write a C program that allows users to enter integer numbers and calculate the average of the numbers ent
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.