QUESTION THREE [25 MARKS]
Mike is a first-year student at Richfield. He has a little sister who is struggling with mathematics. Create a simple program that uses 2 integer variables. Your program should have two textboxes for the user to input values to be assigned to the variables. The buttons added to the form will compute the sum (+), product (*), difference (-), division (/), and clear. The form window can be closed using the "Exit" button. See the interface below.
My Cal
Let's Compute
Enter 1st number: 25
Enter 2nd number: 3
Solution:
28
Clear
Exit