IDNLearn.com: Where your questions are met with thoughtful and precise answers. Get accurate answers to your questions from our community of experts who are always ready to provide timely and relevant solutions.

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)