1 2 3 4 5 6 7 8 9 10
clc //initialisation of variables H= 8 //in x= 32.5 //in y= 33.7 //in //CALCULATIONS Cv= sqrt(x^2/(4*y*H)) //RESULTS printf (' Coefficient of velocity = %.3f ',Cv)