Assignment 6
CS 133u
100 POINTS + (50 extra)
DUE announced in class
Purpose: To create a small database using structures.Problem: To create a small database using structures where the user will enter 10 different names/addresses and birthday dates then print the result back on the screen . If you find out how to save/retrieve the entries in a file so that when you start the program you will not have to enter those values again, there is an extra 50 pts for you. For the extra points you will add an extra option such as 2 - open existing database file. Then if the use chooses Display list, the previous entered data will be displayed.
Note: on option 1. Ask if the user wants to add another address after each entry. So, it will not be necessary to enter all 10 addresses, the user can quit at the 4th entry, for instance.
Here is what the program might look like:
Welcome to my friend's Database
|
Welcome to my friend's Database
|
Welcome to my friend's Database
|
Please submit:
1. Hard Copy of your source code with a sample run of your program. Please make sure to document your program.
2. Email the source code with the subject CS133u - Your name - Assignment 6.