Draw a flow chart and write a complete program of a phone directory book. The program must be able to save and retrieve your friend’s info such as below:
-Name
-IC (IC is double, special characters are not allowed)
Example: 830107-01-5666 (not allowed). 830107015666 (allowed)
-Address
-Home Phone Number
-Office Phone Number
-Mobile Phone Number
User Interface: Main Menu
1. Save Information
2. Retrieve Information
3. Exit
Input Your Choice:
-After save or display information, the program must return to the main menu.
-In order to display information the program will require an IC number.
According to the last neccessity of the question ,"In order to display information the program will require an IC number",i don't really understand what is it about .Does it mean before i could see menu of the selection from 1 to 3,i need to enter my ic number or if the request for the ic number of my friend is failed execute the program would loop back to the menu ?
This is the sort of question you shoudl be asking the person who set the assignment - we can give out opinions on how we would interpret it, but the only one who can give you the definitive answer is the person who set the question.