Description
2. Also, have a method that returns an array of items whose descriptions match any part of the description, not only if it starts the same. For example, if you send in “ware” it should return the Hardware and Software items (if we have items with that description). You would use a String method named indexOf or Contains to do this.
Reviews
There are no reviews yet.