Answer:
The difference of head in the level of reservoir is 0.23 m.
Explanation:
For pipe 1

For pipe 2

Q=2.8 l/s
![Q=2.8\times 10^{-3]](https://tex.z-dn.net/?f=Q%3D2.8%5Ctimes%2010%5E%7B-3%5D)
We know that Q=AV




head loss (h)

Now putting the all values

So h=0.23 m
So the difference of head in the level of reservoir is 0.23 m.
Answer:
# Program is written in Python Programming Language
# Comments are used for explanatory purpose
# Program starts here
# Accept input
Steps = input (Number of Steps: ")
# Calculate distance
distance = float(2000) * float(steps)
#Print Formatted Result
print('%0.2f' % distance)
# End of Program
.--------
The above program converts number of steps to miles.
At line 5, the number of steps is inputted and stored in variable named Steps.
At line 6, the number of miles is calculated by multiplying 2000 by the content of variable Steps
The result is printed at line 8
A type of shoot in which continuous lighting used is: 1) studio.
<h3>What is a photoshoot?</h3>
A photoshoot simply refers to a photography session which typically involves the use of digital media equipment such as a camera, to take series of pictures (photographs) of models, group, things or places, etc., especially by a professional photographer.
<h3>The types of shoot.</h3>
Basically, there are four main type of shoot and these include the following:
In photography, a type of shoot in which continuous lighting used is studio because it enhances the photographs.
Read more on photography here: brainly.com/question/24582274
#SPJ1