Question: Draw a flowchart that corresponds to the program segment of Exercise 37. Data from Exercise Write pseudocode that will average a list of numbers input
Draw a flowchart that corresponds to the program segment of Exercise 37.
Data from Exercise
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.44 Rating (163 Votes )
There are 3 Steps involved in it
Following is the Flowchart for the provided data and the ... View full answer
Get step-by-step solutions from verified subject matter experts
