Q:

Simplify this statement:

0

if val >= 10

 disp('Hello')

elseif val < 10

 disp('Hi')

end

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

if val >= 10

 disp('Hello')

else

 disp('Hi')

end

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now