This function will allow the user to add multiple items to their cart. It should work similar to Project Two. It will need to maintain the
complete list of products added to the cart and the subtotal. Instead of
storing all of the items into a string, you will need to save each item
purchased in an array. You should also save the quantity and price for
each item in other arrays of the appropriate data type.)