Write an algorithm to compute the volume of water


Write an algorithm (Programming in C) to compute the volume of water in cubic feet, flowing through a pipe of diameter d in feet, with a velocity of v feet per second. The formula to compute the volume flow rate per second is given by:
R = d / 2

Area = p * R2 (squared) // p means pi

Volume = area * v

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Write an algorithm to compute the volume of water
Reference No:- TGS0105264

Expected delivery within 24 Hours