Simplify this statement:
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:4| Question number:12.4
All Answers
total answers (1)
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:4| Question number:12.4
total answers (1)
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