You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is used to produce the average of a set of numbers. With an input of 9999, it will stop accepting new integers and compute the total average for you.
To compile it, simply use the command:
gcc -o <Name> -std=c99 in a gnu compiler
To run, all you have to do is enter:
./<Name>
And the program will run for you. It will accept all integers and works with any amount.
Thank you for using this program and have a great day.