Question: Parallel Lists - Phone Book Overview In this problem, we will be working with a concept called parallel lists to create a phone book. Parallel

Parallel Lists - Phone Book
Overview
In this problem, we will be working with a concept called parallel lists to create a phone book. Parallel lists are multiple lists that while not directly connected to each other, are related through their indices. The data in the first list relates to the data in the other lists with correlating data being in the same index position.
Description
In this lab, you will create two lists each coming from a single input. One input of a long string of peoples names, and another with a string of phone numbers. These strings will need to be split up using semicolons as the separator between different entries. The first list contains peoples names, and the second list contains their phone numbers. You can assume that there will be as many numbers as there are names.

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!