Java code
Question Need some help correcting my java code. There are 2 classes, ItemToPurchase style=”color:rgb(55,71,79);”>and ShoppingCartPrinter, Item names, prices and quantities are entered by the user, so the code needs to be able to have different user inputs. The output i need is at the bottom. Below is the code i have so far for both classes. […]