Question: I need to a program in java that reads a file (numbers.txt) containing 50 numbers (int).Place these integers into an array of length 50.Assume the
I need to a program in java that reads a file (numbers.txt) containing 50 numbers (int).Place these integers into an array of length 50.Assume the numbers are given to you in sorted order.Then read a second file (search.txt) that contains numbers to search for in the array of 50 numbers using a binary search.The output from this program should be the number you were searching for and if it was found or not found.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
