M T

M

main(String[]) - Static method in class Mathie
This main method takes two parameters, the number of rows and columns desired in the table, and then prints out the appropriate table.
Mathie - class Mathie.
This class is a simple driver for the Table class.
Mathie() - Constructor for class Mathie
 
multA(int, int) - Method in class Table
Print a table of multiplied values.
multB(int, int) - Method in class Table
Print a multiplication table

T

Table - class Table.
This class provides simple math tables
Table() - Constructor for class Table
 

M T