Write a program named program44.py that can be used to determine the average of some integers. The number of integers can vary, and this should not be initially set by user input (see sample output). Instead, use a while loop and a sentinel value of zero to cease integer input. Display the average accurate to two decimal places. Provide pseudocode.SAMPLE RUNEnter integer 12Enter integer 9Enter integer 8Enter integer 14Enter integer 0The average is 10.75
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here