CSc 6710 Homework Assignment 5
Spring 2002; Due: March 1, 2002
-----------------------------------

Implement the following member functions:

  1. Browse by Category
       This option should first list all categories alphabetically;
       Then allow user to choose one category;
       Then display item details (2 items at a time on a screen)
       Allow user to enter ino to bid on (subsequent interaction should
                            be similar to Place a Bid)
                  to press ENTER to return to main menu
                  to press n ENTER to continue browsing

  6. Place a Bid
       This option should prompt user for an item number
       Then request relevant information such as bid price and quantity
       Once satisfactory information is collected, the bid should be placed 
       and an (optional) e-mail should be sent to the member.

  3. View all of my Bids
        This option should display (in a neat format) all of the member's bids
        sorted by nearest deadline for auction ending.

  9. View/Edit Personal Information
        This option should display all personal information (in a neat format)
        and allow member to change e-mail, credit card information or address.
        Please design an appropriate user interface (should allow changing of none or
        one or two or all three pieces of information).