Really small change in Sid's code that no one will probably ever notice lol
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user