Write the pseudo code for the following Flowchart that adds a series of
user-
entered numbers. The Flowchart should display the sum and terminate
when
the user enters 0.
Write the pseudo code for the attached flowchart that adds a series of user-entered numbers and terminates after displaying the sum when the user enters 0.
Solution gives two different pseudocodes to express the repetitive logic in given flowchart.