Feeds
답변 있음
Help with assignment on functions
function [cost]=package_weight(w) if w<=2 cost=15; else cost=15+4.25*(w-2) end
Help with assignment on functions
function [cost]=package_weight(w) if w<=2 cost=15; else cost=15+4.25*(w-2) end
대략 6년 전 | 0
