Lab 10
Start Now
## Assignment For this lab, you will revise your [Lab 9](Lab9) solution to use `ArrayList`s instead of arrays in the `District` class. You should remove the `MAX_LOT` class constant in the `District` class and allow an arbitrary number of parking lots to be added to a district. You should only need to modify the `District` class. Your solution must not use any arrays. ## Acknowledgement This laboratory assignment was developed by [Dr. Rob Hasker](http://faculty-web.msoe.edu/hasker/) and the CS1011 instructors. <div class="notetip"> See your professor's instructions for details on submission guidelines and due dates. </div>

Tuesday, 12-Nov-2019 07:48:59 CST