previous | start | next

Self Check

  1. Suppose you need to look through 1,000,000 records to find a telephone number. How many records do you expect to search before finding the number?
  2. Why can't you use a "for each" loop for (int element : a) in the search method?

previous | start | next