The Rainfall Problem
(50 points) Design a solution - using Flowgorithm - to the Rainfall Problem created by Elliot Soloway in 1983.
Text of the problem: "Read in integers that represent daily rainfall, and print out the average daily rainfall; if the input value of rainfall is less than zero, prompt the user for a new rainfall."
Tip: a Python implementation of the solution is included in chapter 11 of the Python textbook (The Super Simple Programming Book) by Dr. Edwin Torres.
Thank you!!!!!