Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedas 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional IPhone And IPad Database Application Programming

Authors: Patrick Alessi

1st Edition

0470636173, 978-0470636176

More Books

Students also viewed these Databases questions

Question

4. Describe the factors that influence self-disclosure

Answered: 1 week ago

Question

1. Explain key aspects of interpersonal relationships

Answered: 1 week ago