Question: Pseudocode: STEP - 1 : Accumulate input data Initialize n to zero, initialize array numbers _ x to 0 dimension array. Prompt user for first

Pseudocode:
STEP -1: Accumulate input data
Initialize n to zero, initialize array numbers_x to 0 dimension array.
Prompt user for first positive number and note that "Entering -1 will end the process."
Read in first x
while x0
nlarrn+1
-?x[n]=x
Prompt user for next number
Read in next x
End
STEP -2: Calculate mean and Standard Deviation
,x?bar larr sum_x / n
std_dev larr sqrt( FILL IN THE BLANKS )
STEP-3: Write Out the results
Write out the mean value x_bar
Write out the standard deviation std_dev
Write out the number of input data points n
Additional Questions:
List the conditions when above program will fail.
How can you avoid these possible errors programmatically and change "-1" exit flag to
any letter?
 Pseudocode: STEP -1: Accumulate input data Initialize n to zero, initialize

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!