Question: Write a function called times Table that takes in a lo value and a hi value and makes lo to hi times table. For example,
Write a function called times Table that takes in a lo value and a hi value and makes lo to hi times table. For example, the table above would be a 1 to 12 times table. You may assume that hi > lo. However, either of these numbers could be negative. Put your function at the bottom of this live script where it states "Insert your times Table function Here" Here is what the output of your function should look like for lo = 1 and hi = 12. Note the extra row at the top and the extra column on the left that have the values of the multiples. In addition, note the 0 in the upper left corner. 0 1 2 3 4 5 6 7 8 9 10 11 12
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
