<!DOCTYPE quiz SYSTEM "ttxml.dtd">

<quiz id="CISC106 07F Final Exam">
  <question breakQuestion="true">

    <fillInTheBlankQuestion>
    <text> 
    <p>Below you will find complete listings of a MATLAB function M-file, and 
      a test script for that M-file, except that 
    at a few places in the files code has been removed.</p>  
    <p>Before the code was removed, the MATLAB function correctly returned a logical value (true or false) depending on whether the first parameter x, appears in a row vector represented by the second parameter, v.  If  v is empty, the function returns false.</p>
   <p>You may assume that the function <code>performEqualTest</code> operates correctly.</p>
    <p>Fill in the missing code.</p>
    </text>

   <url id="testDoesXAppearInV.m">http://www.udel.edu/CIS/pconrad/thing/106/doesXAppearInV/testDoesXAppearInV.m</url>
   <url id="testDoesXAppearInV.txt">http://www.udel.edu/CIS/pconrad/thing/106/doesXAppearInV/testDoesXAppearInV.txt</url>
   <url id="doesXAppearInV.m" suppress="true">http://www.udel.edu/CIS/pconrad/thing/106/doesXAppearInV/doesXAppearInV.m</url>


    <showAnswer />


    </fillInTheBlankQuestion>
  </question>
</quiz>


