|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Table
This class provides simple math tables
| Constructor Summary | |
Table()
|
|
| Method Summary | |
void |
multA(int m,
int n)
Print a table of multiplied values. |
void |
multB(int m,
int n)
Print a multiplication table |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Table()
| Method Detail |
public void multA(int m,
int n)
m - number of rows in the tablen - number of columns in the table
public void multB(int m,
int n)
m - number of rows in the tablen - number of columns in the table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||