Develop a java application that plays
Develop a Java application that plays a “guess the number” game as described below.a) Your application first gets a random number in the range 1-1000 inclusive (you might want to use Math.random() or the Random class).b) The application then displays the following prompt (probably via a JLabel):I have a number between 1 and 1000. […]