//example 1.11 //page 31 clc; funcprot(0); //initialisation of variable sigma=0.022//from table Gamma=9789//unit weight S=0.79;//from table d=2/1000;//diameter h=4*sigma/Gamma/S/d; disp(h*1000,"rise of height of alcohol(mm):"); clear