The toaster should have a constructor that will bring in how many items this
toaster can hold. Your components should be an array for the items, and an
integer for the number of items currently in the toaster. For example:
Toaster tst = new Toaster(2);