Answer:
x = 3; a=2; b=7;
if x>b
x = b;
elseif x<a
x = a^2;
else
x = x^3;
end
8.6m questions
11.2m answers