An application that adds products to
an electronic shopping cart. The application uses three classes: Product, ShoppingCart, and ShoppingCartApplication. Part of the
work has been done for you and is provided in the student archive. You will
implement the method in ShoppingCartApplication that rea ...