previous
|
start
|
next
Self Check
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?
Why can't you use a "for each" loop
for (int element : a)
in the search method?
previous
|
start
|
next