Question: Draw a flowchart corresponding to the pseudocode in Exercise 35. Data from Exercise 35 Write pseudocode that will average a list of numbers input by

Draw a flowchart corresponding to the pseudocode in Exercise 35.


Data from Exercise 35

Write pseudocode that will average a list of numbers input by the user. Use the following variables:

● Number As Integer

● Sum As Integer

● Average As Float

● Count As Integer

Also:

● Use a While loop to enter the numbers.

● Use a sentinel to test when the user wants to stop entering numbers.

● Assume the user enters valid data.

Step by Step Solution

3.48 Rating (174 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

8 Di Yes Start Number 0 Sum 0 Average 0 Enter a whole ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Prelude to Programming Questions!