Assume you are writing a program for a man who sells picture
Assume you are writing a program for a man who sells picture frames that he makes in his garage. List at least three types of information that he might require to be stored in parrallel arrays if he wanted to keep track of his customer database.
This is a question from the book: \"Prelude to Programming Six Edition\". All I need is the answer to the book question.
Solution
As of now i don\'t have access to this book hence won\'t be able to answer the exact book question. I could only provide answer to query described here.
So lets say we are writing program for selling picture frames and we need information which will be kept to keep track of customer database and those could be
1) Customer id (uniquely defines the customer)
2) Customer name
3) Customer contact
4) Picture id (uniquely identifies the picture)
5) Payment method (depends as per the scenario)
