Provide the matlab syntax that will ask a user at the command window to enter a name and assign the name to a variable called 'name'.
Provide the header line of a function, called getInfo, that is passed two input arguments when called, and returns three output arguments.
Write the matlab code lines that add 2 to the value of a variable called x only if its value is less than 10.
Write the first line of an indefinite loop that would instead add 2 to the value of a variable called x until it's value exceeds 10.
In programming, mistakes in reasoning that lead to a program that runs but does not solve the problem correctly are called ___________________ errors.
List the types of information that should be provided in the initial comment block of a program.