Problem:
Question- Use the for loop to calculate the average sales among several stores. Ask the user to enter the number of stores before running the loop. After the loop, display the average sales number to the user.
Show the code, demonstrate it works properly and describe what it is doing.