1 2 3 4 5 6 7 8 9
//Finding of Force exerted //Given rho=1000; d=0.04; V=25; //To Find A=(%pi/4)*d^2; P=rho*A*V^2; disp("Force Exerted ="+string(P)+" Newtons");