car dealer app assignment
Programming Project 4 DeLand Space Car Dealer needs a new program for their inventory management system. The program needs the following classes: • A main class (SpaceCarDealer.java) that includes the main method and GUI. Two instantiable classes: • CarDealer.java o Variables to store the dealer name, and the carsOnLot array in Car type. o A […]
