Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Download: http://solutionzip.com/downloads/volume-of-water-c/
- Write an algorithm 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
- Download: http://solutionzip.com/downloads/volume-of-water-c/
Advertisement
Add Comment
Please, Sign In to add comment