1 2 3 4 5 6 7 8
//Finding of Discharge //Given L=5.4; n=6; H=0.45; //To Find q=1.84*(L-(0.1*n*H))*H^(3/2); disp("Discharge ="+string(q)+" m^3/sec");