notes intro/old projects AP Problems the dump links
 

Programming activity:

 

Start with the Sale and UsedCarLot2,

Add the methods:

  • printAllSales
  • findSale (taking in argument of sale price) that will return the first Sale that has that price
  • deleteWorkerSales (String workersName) that will delete all sales done by this worker
  • decreaseAllSalePrice() that will decrease all sale prices by $50

R