Guest User

Untitled

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