Discover a world of knowledge at Westonci.ca, where experts and enthusiasts come together to answer your questions. Get the answers you need quickly and accurately from a dedicated community of experts on our Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

Write a program that reads and unspecified number of integers, determines how many positive and negative values have been read, and computes the total and average of the input values (not counting zeroes). The program ends when the user enters 0. The average must be displayed as a floating point. All other values must be displayed as an integer. (For Python)

Sagot :

Answer:

The program was wrote in the version 3.9.5 of python and it's in the homework.txt file.

View image ophysto