Small thing, changed an output of warehouse a bit, shows user its the warehouse they are concerned with.
This commit is contained in:
@@ -32,7 +32,7 @@ public class loanShark {
|
||||
}
|
||||
//updated
|
||||
else{
|
||||
System.out.println("Sorry you cant be loaned that much");
|
||||
System.out.println("Sorry you can't be loaned that much");
|
||||
break;
|
||||
}
|
||||
String check;
|
||||
|
||||
Reference in New Issue
Block a user