public class Program12 { static int guess; static int randnum; static int counter; static boolean finished; public static void main(String[] args) { int closest=100; int tempclosest=100; Instructions(); randnum=(int)(Math.random()*100)+1; counter=1; EasyReader console=new EasyReader(); finished=false; while(!finished && counter!=5) { System.out.println(); System.out.print("What's your guess? "); guess=console.readInt(); if(guessrandnum) {tooHigh(); tempclosest=guess-randnum; if(tempclosest