项目作者: ajadamsky
项目描述 :
C applications that keeps asking for numbers until 0 is pressed, then it shows count, sum and average of the input numbers
高级语言: C++
项目地址: git://github.com/ajadamsky/Sum-average-and-count-of-numbers.git
Sum, average and count of numbers

A simple application written in C for university project
Input several numbers until program stops by typing 0, then it will display sum, average and how many times you have typed the numbers.