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:
Question 1
num1+ num2=_____
The program should simply display the 5 questions it should not prompt the user for any input.
However it should use a function to create the line displayed above as num1+ num2=_____.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!