Manning's equation can be used to compute the velocity of water in a
rectangular open channel,
$$U=\frac{\sqrt{S}}{n}\left(\frac{B H}{B+2 H}\right)^{2 / 3}$$
where \(U=\) velocity \((\mathrm{m} / \mathrm{s}), S=\) channel slope, \(n=\)
roughness coefficient, \(B=\) width \((\mathrm{m}),\) and \(H=\) depth (m). The
following data is available for five channels:
Write a well-structured program that computes the velocity for each of these
channels. Have the program display the input data along with the computed
velocity in tabular form where velocity is the fifth column. Include headings
on the table to label the columns.