Guest User

Untitled

a guest
Jul 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. storeName = storeName.toLowerCase;
  2.  
  3. if ((storeName.equals("lambton") || storeName.equals("callaghan")));
  4.  
  5.  
  6. storeName = Bestbean.storeName;
  7.  
  8. else
  9.  
  10. System.out.print("Error: not a valid store.");
  11. System.exit(0);
Add Comment
Please, Sign In to add comment