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