fprintf('1. Do you want to enter your own input?\n'); fprintf('2. Do you want to test the default inputs?\n'); b = input(['-----\n' ... 'Enter the length of ...
'disp' is the basic command used to display value of a variable or a string. It can display value of only one variable or a string at a time. It can’t display multiple values in single command.1 ...