Really small change in Sid's code that no one will probably ever notice lol
This commit is contained in:
Binary file not shown.
@@ -180,6 +180,10 @@ public class Warehouse {
|
|||||||
} else if (input.equalsIgnoreCase("A")) {
|
} else if (input.equalsIgnoreCase("A")) {
|
||||||
this.addAmount();
|
this.addAmount();
|
||||||
this.showWarehouse();
|
this.showWarehouse();
|
||||||
|
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
System.out.println("Don't waste the warehouse's time, try again later with a valid input");
|
||||||
}
|
}
|
||||||
|
|
||||||
String check;
|
String check;
|
||||||
|
|||||||
Reference in New Issue
Block a user