Program:Solve these questions and provide the complete code
Question 1: Create a visual Basic application that asks the user for two different numbers through text boxes.
Question 2: Then compare the numbers to see which one is higher once they push a button.
Question 3: Finally, print the higher number to a label.
Solve this problem to compare the numbers and provide all the code.