CS
1401 Introduction to Computer Science
Fall 2014, Lab 7
Assignment. Write a method that, given two integers m and n,
computes and prints the division table (as described in Lab 6)
corresponding to all the
numbers from m to n.
Examples. For m = 1 and n = 10, we should have the same table as
in Lab 6. For m = 5 and n = 7, we should have the following table:
5 6 7
5 1.00 1.20 1.40
6 0.83 1.00 1.17
7 0.71 0.86 1.00
When it is due. The program is due at the beginning of the
first lab section on the week of October 20, i.e.: - on
Monday October 20 for those who attend Monday-Wednesday labs,
and
- on Tuesday October 21 for those who attend
Tuesday-Thursday labs.