This is a bonus assignment for those who are caught up on your past homework and are able to finish the HTML/CSS assignment quickly.
Take what we did in class with the Walmart API, and combine it with what you created in assignment 23
Prompt the user to search for a product and allow the user to enter the product id (from the search results). For the product indicated, create an InvoiceItem object and add it to your Invoice object
After the user adds a product to the invoice (using your InvoiceItem class), loop and allow them to search again
When the user hits ENTER instead of a SEARCH term or a product id, print out the same result as in Assignment 23.
Bonus to the Bonus: add a category attribute to your InvoiceItem and set it from the Walmart API. Include the category on the output invoice.
This is assignment 26 and is due on Feb 11, 2015.