Write a program that looks like and does the same thing as this simple payroll program. Don't forget pay attention to TabIndex order and clearing the gross pay when the user inputs new data.
Even though you could do this program without variables, do not do so. Assign the user inputs to variables before doing the calculations.
When the program is working turn in a screen shot showing the pay for 12 hours at 13.50 per hour and a listing of the event handlers. (Be sure your program gives the correct answer).