Exercise 4.1 from a computer programming worksheet requiring a program to process integers, count positives and negatives, calculate total and average (excluding zero), and stop when 0 is entered.
A computer programming worksheet problem asking to write a program that reads integers, counts positive and negative values, computes total and average (excluding zero), and stops at input 0.