Question: 3. Define and call a void function printMathTable with two numeric parameters. It displays a table similar to the one printed in lab 08-1, problem
3. Define and call a void function printMathTable with two numeric parameters. It displays a table similar to the one printed in lab 08-1, problem 1, but the starting and the ending values (for the x ) are given as parameters. This makes the function more flexible to use. - Call your function with the arguments 5 and 5. It will produce the output as shown below. - Call your function two more times using different arguments (must be integer values, the first argument has to be smaller than the second one) for the two parameters. - Challenge (optional): Call your function with arguments 5,5. Does it work? If not, how can you fix the problem? Submit your program as PrintMathTable.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
