Assume an array of structures is in order by the customerID ficld of the
record, where customer IDs go from 101 to 500 .
A) Write the most efficient pseudocode algorithm you can to find the record
with a specific customerlD if every single customer ID from 101 to 500 is used
and the array has 400 elements.
B) Write the most efficient pscudocode algorithm you can to find a record with
a customer ID near the end of the IDs, say 494 , if not every single customer
10 in the range of 101 to 500 is used and the array size is only 300 .