At Westonci.ca, we connect you with the answers you need, thanks to our active and informed community. Get expert answers to your questions quickly and accurately from our dedicated community of professionals. Get immediate and reliable solutions to your questions from a community of experienced professionals on our 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)