I just wanted to make sure I have the requirements right for OOP-4. What I read is that: Someone enters a serial number at the console, and it returns information about the item. I have two questions: A) Do we show a list of serial numbers, or just a prompt asking for a serial number and assume that the "user" will know serial numbers to put in? B) How much detail are we needing for each item? For example, books should show author, publisher, length of tape, date published? Thanks! Jason
Richard Boren
Ranch Hand
Joined: Mar 01, 2001
Posts: 233
posted
0
Originally posted by jason adam: A) Do we show a list of serial numbers, or just a prompt asking for a serial number and assume that the "user" will know serial numbers to put in?
Just prompt for the serial number.
B) How much detail are we needing for each item? For example, books should show author, publisher, length of tape, date published?
You can make up whatever you want, I used title, author, quantity and price. Hope this helps.
[This message has been edited by Richard Boren (edited July 25, 2001).]
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
usage: java Lookup aSerialNumber prints out a description of the item which can include whatever you feel describes the item (within reason).
JavaBeginnersFaq "Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
jason adam
Chicken Farmer ()
Ranch Hand
Joined: May 08, 2001
Posts: 1932
posted
0
Just curious, if we add something to our code before we get the first nitpick back, should we send in the entire code again, just the stuff we added (in this case, a try/catch block in the main method), or wait until we get a response? Thanks! Jason
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
You can send it in again with a note in the subject line **New Version** (or something similar) to flag me so I don't waste time looking at the other one.