Project Falcon

Car Garage

Installation instructions

<!-- TODO: Develop starter project -->

Instructions

  1. Open test files and add the Act, Arrange, and Assert portions of the test to match the test name and instructions.
  2. Write production code to make the tests pass.
  3. Make a console application with an instance of a Garage for your user to interact with.

Things to keep in mind

  1. ALL I/O (input and output) should come through the Application class.
  2. ALL logic for the application should be located in the appropriate class (Garage or Car).
  3. Cars should be identified uniquely (assume 'users' will provide unique identifiers of some sort).
  4. Users should ONLY be interacting with individual Cars through the Garage.