156k views
1 vote
the task is to ask the user for three numbers and find the average which pseudocode gives you the comment outline for task​

User Timebandit
by
5.0k points

1 Answer

4 votes

Answer:

#ask the user for three numbers,

#add the numbers,

#divide by 3,

#print the average

Step-by-step explanation:

In order to get the average you must add all the numbers together then divide by how many numbers there are

User Red Swan
by
4.5k points