Question: Please answer the following in java 1 . Write a program that will ask the user to enter the following information ( Tyler , David,

Please answer the following in java
1. Write a program that will ask the user to enter the following information
(Tyler, David, Susan, John, Dean, Alison)
Then the program will as the user to enter the name they would like to locate/find.
The program will print the array and then location (if found); otherwise will print the message Not found.
Use Binary search algorithm.
Test your program on
- Jack
- Susan
2. Write a program that will ask the user to enter the following information
(Tyler, David, Susan, John, Dean, Alison)
Then the program will as the user to enter the name they would like to locate/find.
The program will print the array and then location (if found); otherwise will print the message Not found.
Use java.util.Arrays.binarySearch.
Test your program on
- Jack
- Susan

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!