Advertisement
Creepinson

Untitled

Feb 17th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. try {
  2. System.out.println("You named your pet " + pet101);
  3.  
  4. }catch(IllegalArgumentException e1) {
  5. System.out.println("Invalid Pet Type! Pet Types are: dog, meeper, cat, meeple, and cuddler");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement