This is the question below-
Create the algorithmic design in structured English that will accept a sequence of numbers,
terminated by 0 and display the sum of the numbers, the average of the numbers, the minimum
number and the maximum number. Then code the design.