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)