Average Speed
You are calculating the average lap time for a race car.
1. PSEUDOCODE: Need help writing a program that:
a. Prompts the user to enter the number of laps the race car drove
b. Sets up a for loop to enter the lap time for each lap
c. Prompts the user to enter the number of seconds for each lap
d. Adds together all of the the lap times
e. Calculates and displays the average lap time for the race car
Your pseudocode can be submitted by pasting it into the Submission screen or attaching it as a text file or Word document.
2. PYTHON PROGRAM: Write the Python program for this problem using the Python IDLE editor.