Feeds
已回答
Unable to run a live script
function sphere_vol = sphere(r,h) sphere_vol = 2*pi*r^2*h/3; r = input('Enter the radius:'); h = input('Enter the height:')...
Unable to run a live script
function sphere_vol = sphere(r,h) sphere_vol = 2*pi*r^2*h/3; r = input('Enter the radius:'); h = input('Enter the height:')...
1 year 前 | 0
