Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

For each of the following, indicate which type of loop is best-suited to the tas

ID: 3682914 • Letter: F

Question

For each of the following, indicate which type of loop is best-suited to the task in MATLAB. Display 'How are you?' exactly 5 times. Prompt the user for an integer n. and display 'How are you?' n times. Create the following table: Continue prompting user until a valid input value is provided Without asking for a quantity m advance, continue prompting user for data values, untf a pre-arranged *l m done' value is entered For example, enter as many ages as you like. When done, enter a -1. Continue recomputing an approximation to a squareroot (e g. as in the Newlon-Raphson method), untl your most value is almost identical to your current value. In MATLAB. define a vector of x values Compute their corresponding y values (e g., some function of x) Ptot the x and y values. In MATLAB. Import (load) a Out Me comprised of column* of real numbers Use these columns to the data, as you did in MW 11.

Explanation / Answer

1)

for loop c option

2)

while loop option A

3)

for loop option A

4)

while loop

5)

while loop

6)

while loop

7)

while loop

8)

while loop

9)

B. can be done directly

10)

B can be done directly