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년 초과 전 | 0
