Create a scenario from your own experience that requires at least one input validation, one loop for repetition that is not related to the input validation and one decision that is not related to the input validation or the loop. 2. Create a flowchart to design a solution for your scenario (note: No Python code required.) (Note: the scenario cannot be exactly the following scenario or the same as the following scenario: "Consider the program that takes an integer from the user and computes the sum of all integers up to the value. If the sum is greater than 1000, a valid message should be displayed as "The result of summation is big" including the result. Input validation must be present to ensure that the user enters a positive value (greater than 0).")
1. Create a scenario from your own experience that requires at least one input validation, one loop for repetition that is not related to the input validation and one decision that is not related to the input validation or the loop.
2. Create a flowchart to design a solution for your scenario (note: No Python code required.)
(Note: the scenario cannot be exactly the following scenario or the same as the following scenario: "Consider the program that takes an integer from the user and computes the sum of all integers up to the value. If the sum is greater than 1000, a valid message should be displayed as "The result of summation is big" including the result. Input validation must be present to ensure that the user enters a positive value (greater than 0).")
Step by step
Solved in 2 steps with 1 images