Question: Only java. Please send me working java program. 6. Telemarketing Phone Number List Write a program that has two parallel arrays of string objects. One
6. Telemarketing Phone Number List Write a program that has two parallel arrays of string objects. One hold people's names and the other should hold their phone numbers. Here are example contents of both arrays: name Array Example Contents Harrison, Rose" James, Jean" Smith, William Smith,Brad phone Array Example Contents 555-2234" 555-9098 555-1785 555-9224 The program should ask the user to enter a name or the first few characters of a name to search for in the array. The program should display all of the names that match the user's input and their corresponding phone numbers. For example, if the user enters "Smith", the program should display the following names and phone numbers from the list: Smith, William: 555-1785 Smith, Brad: 555-9224
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
