-2
Display the average number typed by the program user.
the Restrictions
- The program captures the values typed by the user until the number typed to zero; when zero is typed, the program terminates the capture of numbers.
Considerations
- The program user will enter numerical values from the set of integers.
- Positive and negative values can be typed.