subject

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 of whole numbers. For addition, subtraction, division, both operands should be non-negative integers should be less than 1000. For multiplication, both should be less than 100. All problems should have positive integer answers. Do not generate problems having negative, floating point, or undefined results. Thus, for example, 4 - 6, 23 / 2, and 1 / 0 are all disallowed. You may design your user-interface however you'd like but it must:provide a way to display the current problem (this could be a Label widget, for example)provide a place for the player/user to enter their answer (this could be an Entry widget)provide a way for the user to indicate that their answer should be checked for correctness (this could be a Button widget)provide feedback on whether or not the player's answer is correctallow the player to enter and test a new proposed answer if the current answer is wrong. disallow entry of new answers for the current problem once a correct answer has been entered. keep track of the number of incorrect answers for the current problem, and display that number (with text that makes it clear what it is) in the GUI. provides a way for the player to request a new problem. Important note: your program must never presents a problem that has been presented earlier in the current game. provide a way to quit the gamesave the history of number of problems attempted, the number solved, and the average number of incorrect answer attempts per problem, and print text with this information in the Python shell when the player quits the game.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 03:30
Auniform resource locator (url) is a formatted string of text that web browsers, email applications, and other software programs use to identify a particular resource on the internet. true false
Answers: 2
question
Computers and Technology, 24.06.2019 20:30
⭐️⭐️⭐️ what network is larger in size? man or wan? you ⭐️⭐️⭐️
Answers: 2
question
Computers and Technology, 25.06.2019 01:20
Jason typically uses the internet to buy various items. it the total cost of all of the items ordered, at one time, is $250 or more, then the shipping and handling is free, otherwise the shipping and handling is $15 per item. design an algorithm that prompts jason to enter the number of items ordered and the price of each item. (remember cost = number of items order times price) the algorithm then outputs the total billing amount including shipping and handling. your algorithm must use a loop (repetition structure) to get the number and price of each item. write this in algorithm format not program code format.
Answers: 2
question
Computers and Technology, 25.06.2019 04:30
The word window is an example of a /an
Answers: 1
You know the right answer?
Implement a tkinter-based GUI program for a simple math game. Your program should present randomly g...
Questions
question
Social Studies, 12.10.2019 19:50
question
Mathematics, 12.10.2019 19:50
question
Engineering, 12.10.2019 19:50
question
English, 12.10.2019 19:50
question
Mathematics, 12.10.2019 19:50
question
Mathematics, 12.10.2019 19:50
Questions on the website: 13722362