This program will play a simple guessing game with the user.
The program will generate a random integer between 1 and 10 (inclusive).
Ask the user to guess the number and then check the guess with the generated number.
All I/O will be done using dialog boxes.