Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Your task is to create an Object Oriented application used to maintain a catalog of used cars. The catalog keeps track of each car's make, model, year, and sale price.
  2. The program begins with an empty catalog. The user is prompted to enter one of three possible commands:
  3.  
  4. add - add a single car to the catalog
  5. import - allows you to import a file of cars into the catalog (CSV file)
  6. list - list all cars in the catalog
  7. search by make, model, year or price
  8. search by type (sedan, truck, SUV, minivan)
  9. quit - quit the application
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement