Write a program to calculate the volume flow rate in cubic
(Not rated)
(Not rated)
Write a program to calculate the volume flow rate in cubic feet per second of water flowing through a pipe of diameter d in inches and a velocity of v feet per second. The formula for the flow rate is given by:
q = area * velocity
where area = πd²/4 in square feet
12 years ago
Solution
NOT RATED
Purchase the answer to view it

- flowrateofwater.c
calculate the volume flow rate in cubic feet per second of water flowing through
NOT RATED11 years ago