Question: Create a GUI version of the guess game program from earlier this semester (given below). You should submit your code, and a screen shot of

Create a GUI version of the guess game program from earlier this semester (given below). You should submit your code, and a screen shot of the game in progress. Note that you will not need a loop. Each time the user enters a guess they will click the button to check the guess. import java.util.Scanner; public class GuessGame t public static void main(String[] args) t int answer (int) (Math.random ) *100+1) Scanner keyboard new Scanner (System.in); System.out.println ("Enter guess between 1 and 100 " int guess keyboard.nextInt ); while (answer !-guess) if (guess
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
