Create a program that helps someone find an
average. It should:
• asks the users how many numbers they want
to find the average of
use count-controlled iteration to ask the user
for that many integers
output the average of all numbers entered