1. (S points) Implement a tkinter-based GUI program for a simple math game. Your program should present randomly generated simple math problems involving addition, subtraction, multiplication, and division ot whole numbers. For addition, subtraction, division, both numbers should be less than 1ODD. For multiplication, hoth shold be less than 100. Allpoblems should have positive integer answers. Do not generate problems having negative, flnating point, or undefined results Thus, for example, 4-6, 23/2, and 1/0 are all disallowed.
OR
OR