1) Write down an algorithm (Programming in C) in order to compute the volume of water in the cubic feet, flowing through a pipe of diameter d in feet, having a velocity of v feet per second. Formula in order to compute the volume flow rate per second is provided by:
R = d / 2
Area = p * R2 (squared) // p means pi
Volume = area * v