Guest User

Untitled

a guest
Feb 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. System.out.println("You have gotten lost! Press 1 to try escaping the"
  2. + " Desert.nHopefully you can make it out alive.");
  3. int move = scan.nextInt();
  4. return (move == 1) ? false : true;
  5. }
Add Comment
Please, Sign In to add comment