I got rid of your private scanner and replaced all guess = scan.nextInt(); with guess = input.nextInt();
and it works fine..

Code removed ********