Guest User

Untitled

a guest
Feb 28th, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. if(length < 8 && length > 50){
  2. throw new IllegalArgumentException();
  3. }
Add Comment
Please, Sign In to add comment