Question: AP CS A JAVA: Using the following interface create a program that will read in a list of names and phone numbers from a file.

AP CS A JAVA:

Using the following interface create a program that will read in a list of names and phone numbers from a file. The program should then be able to look up a name and print out the corresponding phone number or look up a phone number and print out the corresponding name.

AP CS A JAVA: Using the following interface create a program that

public interface PhoneBook { public void Readinfo(); public String Find Number(String name); public String FindName(String phonenumber); }

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!