Advertisement
Guest User

Untitled

a guest
Nov 15th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. input=kb.nextLine();
  2. if(input.charAt(0)=='Q' || input.charAt(0)=='q'){System.out.println("\nBye!"); System.exit(0);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement