% % Conus - Volume % h=input('hight ? '); r=input('radius ? '); volume=h*pi*r^2/3; disp(['the volume is: ' num2str(volume)]);