// second grocery [B]{[/B] System.out.println ("Please enter your second grocery: "); grocery2 = in.nextLine(); [B]}[/B]
TheFlidKid wrote: » I did what chrislad showed and it works fine
TheFlidKid wrote: » We actually haven't done methods yet and the project is due in a few days but I'll keep that in mind though btw how do you make a double show two decimal places?
henryporter wrote: » printf ("%.2f", 3.14159); like println but using f for format