Write a program that looks like and does the same thing as this simple arithmetic calculator program.
Note that the program works with floating point input. (I used single precision numbers).
Note also that the "=" and arithmetic operator are blank until the user does the first calculation
Even though you could do this program without variables, do not do so. Assign the user inputs to variables before doing the calculation.
When the program is working, turn in a screenshot showing the result of dividing 1 by 3 and a listing of the event handlers.