Discussion:
Q1: Create a program that will accept an unknown number of positive integers from the user (-1 to stop) and display their average." The application does not work correctly. Correct all the errors and also reformat to be consistent with good style standards.
Q2: List any challenges that are encountered including compilation errors, logic errors, or runtime errors you had to resolve.