Search Benchmarks
No Pointers or Vectors can be used for this program. Do not use
exit, break, swap, or sort functions from C++.
Write a program to generate an array of 100 random three-digit
integers (100 – 999). The program should display the array values
(formatted as columns, ten items per line).
Once the numbers are generated, the user should be prompted for
the search item. The program should use a linear search to find the
item. The program should...