Small thing, changed an output of warehouse a bit, shows user its the warehouse they are concerned with.

This commit is contained in:
Siddhant Dewani
2019-02-24 21:47:05 -07:00
parent d50058f056
commit e31587ecdc

View File

@@ -32,7 +32,7 @@ public class loanShark {
} }
//updated //updated
else{ else{
System.out.println("Sorry you cant be loaned that much"); System.out.println("Sorry you can't be loaned that much");
break; break;
} }
String check; String check;