Open klpolley opened 4 years ago
How to demo: create a library class with constructor that creates a list to hold foods and test that when foods are entered into the library that they can be retrieved from the list.
Created and tested a library class with constructor that creates an empty list and defines the length as 0. Took a little less than an hour.
How to demo: create a library class with constructor that creates a list to hold foods and test that when foods are entered into the library that they can be retrieved from the list.