There are several questions you need to answer for yourself as you begin to address this program. First, will you be dealing with the person's whole name or just their first name? Second, how will you represent the numbers. If you use integers, remember that you won't be able to use the hyphen or parentheses often used in expressing phone numbers. If you use strings to hold the numbers, then this restriction and the one on the length of the number can be removed.
Several of the functions and code fragments in this tutorial will be useful here as will the program listed at the end of the Lab 5 handout in your course packet. (That program does something quite similar, but watch out for the differences.)