I need you to change the style of the program to do the following thing:
First the program will start with a box:
Have the game desertion and then give the user a button that to let him start the game
when the user press that buttons it will display to him a numbers from 1 to 100
while the user try to guess what is the number
For example:
” The program chose the number to be 55
the user will try to press 20 it will pop up to him a message will say it is too low
and return him to the numbers from 1 – 100
if he press 60 the program should give him a message that says it is too high
and the program should display to him a new window that contain the number from 50 – 60
Note that the program is already function the guessing and work well i just need you to change the interface of the program to what i describe here.