Question: Write a program that generates printable addition tests. The tests should consist of 5 questions which present a simple addition question in the following format,
Write a program that generates printable addition tests. The tests should consist of 5 questions which present a simple addition question in the following format, where the question number goes from 1 to 5, and num1 and num2 are randomly generated numbers between 1 and 10:
The program should simply display the 5 questions – it should not prompt the user for any input.
Question 1 num1 + num2 =
Step by Step Solution
3.31 Rating (145 Votes )
There are 3 Steps involved in it
You can use Pythons random package to generate random numbers for the questions i... View full answer
Get step-by-step solutions from verified subject matter experts
