Really small change in Sid's code that no one will probably ever notice lol

This commit is contained in:
KahootChampion
2019-02-24 21:40:20 -07:00
parent e495f6e1bb
commit 5d9c371e84
2 changed files with 4 additions and 0 deletions

View File

@@ -180,6 +180,10 @@ public class Warehouse {
} else if (input.equalsIgnoreCase("A")) {
this.addAmount();
this.showWarehouse();
}
else{
System.out.println("Don't waste the warehouse's time, try again later with a valid input");
}
String check;