CMPS-3600 - Fall 2025 - Car Quiz

Programming challenge --------------------- Add and delete cars from your Lab-9 animation program. 1. When your program starts, there will be no cars. 2. Press 'A' to add a car. 3. Press 'D' to delete or remove a car. Individual work please. You may start with your bblab9.c Name your program: 3600/d/bbcars.c Do this... Log on to Odin cd 3600/d cp ../9/bblab9.c bbcars.c Do your work in the 3600/d/bbcars.c program. Screen shots. When your program starts. No cars. Add a car by pressing 'A' key. Delete a car by pressing 'D' key. Program to be collected at 9:50am 3600/d/bbcars.c