From f6f0c960ea940fce87e1ad21637c0ee6d8f3a553 Mon Sep 17 00:00:00 2001 From: Siddhant Dewani Date: Sun, 24 Feb 2019 22:03:32 -0700 Subject: [PATCH] Small thing, changed an output of warehouse a bit, shows user its the warehouse they are concerned with. --- src/Bank.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bank.java b/src/Bank.java index 604927f..b76f423 100644 --- a/src/Bank.java +++ b/src/Bank.java @@ -56,6 +56,7 @@ public class Bank{ while(notDone3){ System.out.println("Would you like to continue? Y/N"); response = input.nextLine(); + response = input.nextLine(); if(response.equalsIgnoreCase("Y")){ notDone3 = false; }else if(response.equalsIgnoreCase("N")){