Do the Even questions from section 6.4.3. Explain why 'false' questions are false.

(It wouldn't hurt if you studied the answers to the odd questions as well.)

In addition, do the following problem:

  1. Complete the example program into a working program. Extract the search loop into a generic PROCedure. Accept the esi and ecx values from the caller. Also have the caller give you the result of 'TYPE array'.

    Answer this question:

    1. Since you accept the address, length, and base-type size of the array, is your PROCedure truly generic so as to work with any type of array? Why/Why not?


This assignment is Level 2.5.