Question: What the code should in the blank? Assume a user has responded to the question Do you want to continue (Yes or No)? and the
What the code should in the blank?

Assume a user has responded to the question "Do you want to continue (Yes or No)?" and the response has been stored in User Resp. If the user typed Yes, what is placed in Cont by each of the following statements? Use spaces and not comas for a vector. a.) Cont = User Rep == 'Yes'; Cont contains [ type your answer... ] b.) Cont = strcmp('Yes', User Resp); Cont contains type your answer... c.) Cont = strcmpi('YES', User Resp); Cont contains type your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
