Q3 Write a C++ program to find the sea wave speed (c) for the rang of water depths {0,5,10,15,20 ,25,30 }. The wave speed depends on the water depth (d) and wave length (L) (you can input them),...


Q3<br>Write a C++ program to find the sea wave speed (c) for the rang of water<br>depths {0,5,10,15,20 ,25,30 }.<br>The wave speed depends on the water depth (d) and wave length (L) (you<br>can input them), according to these conditions<br>IF - less than 0.05 c= /gd<br>IF 0.5 2 -<br>> 0.05<br>c =<br>tan (kd)<br>Otherwise, 0.5 gL c = Where L=80 m,n=3.14, g=9.81 m/s2, and wave number k = 2n "/>
Extracted text: Q3 Write a C++ program to find the sea wave speed (c) for the rang of water depths {0,5,10,15,20 ,25,30 }. The wave speed depends on the water depth (d) and wave length (L) (you can input them), according to these conditions IF - less than 0.05 c= /gd IF 0.5 2 - > 0.05 c = tan (kd) Otherwise, ">0.5 gL c = Where L=80 m,n=3.14, g=9.81 m/s2, and wave number k = 2n

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here