QUESTION IMAGE
Question
question # 3
multiple choice
the task is to ask the user for three numbers and find the average. which pseudocode gives you the comment outline for the task?
ask the user for three numbers
divide by 3
print the average
ask the user for three numbers
add the numbers
divide by 3
print the average
ask the user for three numbers
divide by 3
print the average
ask the user for three numbers
To find the average of three numbers, first input the numbers, then sum them, and finally divide the sum by 3 and print the result. The correct pseudocode should follow these logical steps.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
ask the user for three numbers
add the numbers
divide by 3
print the average