My only trouble is line 46. How do I print my list items using my method (ToString()) I created under the House class? Right now it's only printing the name of the list...
I want my output to be "House at 123 Main Street has 2 bedrooms and 4 bathrooms." and so on for each list item.
How do I print this list using my class method?
My only trouble is line 46. How do I print my list items using my method (ToString()) I created under the House class? Right now it's only printing the name of the list...
I want my output to be "House at 123 Main Street has 2 bedrooms and 4 bathrooms." and so on for each list item.
Thank you so much!