#ask the user for three numbers
#add the numbers
#divide by 3
#print the average
Answer:
#ask the user for three numbers,
#add the numbers,
#divide by 3,
#print the average
Explanation:
In order to get the average you must add all the numbers together then divide by how many numbers there are