Create a VB.Net program with the following interface:

When the user presses the "New Question" button, the program should automatically choose two random numbers between zero and ten.

The user should then type in an answer ...

... and press the "Check Answer" button. If the answer is wrong, the program should display a message box telling the user so.

The user should then change the answer ...

... and press the "Check Answer" button again. When the user gets the correct answer, the program should display an appropriate msgbox.

Finally, if the user then presses the "New Question" button, the program should pick two new numbers and clear out the value of the answer.
