Show the average number typed in C

Asked

Viewed 17 times

-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.
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.