Question: as soon as possible QUESTION 1. Create program to calculate the average depth of precipitation using arithmetic mean method in python. a) Draw a flowchart
as soon as possible
QUESTION 1. Create program to calculate the average depth of precipitation using arithmetic mean method in python. a) Draw a flowchart to demostrate the algorithm design of the program to calculate the average depth of precipitation b) Write a complete Python code in Pyhton based on the flowchart constructed in QUESTION 1 (a) The diagram below is for reference Table 2.3. Rain gauging station Rainfall in cm 5.6 B D 5.2 5.5 E 21.2 21.2 Now average depth = Rainfall values Number of stations = 5.3 cm. Arithmetic Mean: When the area of the basin is less than 500 km2 this method implies summing up of all the rainfall values from all the raingauging stations and then dividing it by the number of stations in that basin. The method becomes very clear by the use of a tabular forra. To explain, there are in all four rain-gauging stations A, B, C, D in the basin, whose rainfall values are given in the table 2.3? Sum of the rainfall values comes out to be 21.2 cm. It is divided by number of stations to give average depth of precipitation which comes out to be 5.3 cm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
