Question: . Write a Python program that: 1. Create the algorithm in both flowchart and pseudocode forms for the following requirements 2. Reads in a series
. Write a Python program that: 1. Create the algorithm in both flowchart and pseudocode forms for the following requirements 2. Reads in a series of positive s. Calculate the product (multiplication) of all 4. Calculate the sum (addition) of all the s. Use 0 as a sentinel value, which stops the integers, one number at a time; and the integers less than 25, and integers greater than or equal to 25. input loop. [ If input is 0 that means the end of the input list.1 6. After all the data is entered, then display the resulting sum and product values with labels. "Added " 7. Once your completed the algorithm, then code the program in Python. s. To receive homework credit submit your 2 forms of the algorithm, plus the python source (*py file listing) and a screen shot of the running program. Hint For each input number-ifthe mumber is s 25 then multiple it times the overall product, elseit is >= 25 then add it to the overall sum. Be sure to initialze product and sum to appropriate initial values 50 points towards Homework Grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
