Exercise 8 Solution
n = input('Hey, give me an integer: ');
for ii = 1:n,
fprintf('whatever!\n');
end
For more details, please contact me
here
.