can any one guide me pllssssssssssss
[ Follow Ups ] [ Post Followup ] [ Message Board for Team 27297 ]

Posted by sammy on March 30, 19100 at 03:39:20:

Part 2

Write a program to be used by a person to maintain a personal telephone list. Implement this task using records and arrays for this question without pointers.
For each person/company in the phone list, the program should store
- Name (Last, First, Middle); initials and blank fields are allowed in the first and middle names.
- Telephone numbers - business/cellular and home (Area Code, Number)
The list should be sorted alphabetically by name.
Test your program with the data file: phone.txt and add a name and phone number (e.g. Ley; B E (905) 525-9140) and delete the second entry in phone.txt
User options should be implemented in the program using a menu of options.
Options:

Load an existing list from a text file. Do not assume the existing list is sorted alphabetically.
Using the name, look up a phone number for a person/company
Add a name and number to the list (be sure to keep the list in order)
Using the name, delete the name and number from the list
Change a phone number
Store current list to a file.



Follow Ups:



Post a Followup

Name:
E-Mail:
Subject:
Comments:
Optional Link URL:
Link Title:
Optional Image URL:

Sorry, we are no longer accepting entries to this message board.


[ Follow Ups ] [ Post Followup ] [ Message Board for Team 27297 ]