Class Mathie

java.lang.Object
  |
  +--Mathie

public class Mathie
extends java.lang.Object

This class is a simple driver for the Table class.


Constructor Summary
Mathie()
           
 
Method Summary
static void main(java.lang.String[] arg)
          This main method takes two parameters, the number of rows and columns desired in the table, and then prints out the appropriate table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mathie

public Mathie()
Method Detail

main

public static void main(java.lang.String[] arg)
This main method takes two parameters, the number of rows and columns desired in the table, and then prints out the appropriate table. Note that not much error checking is done, so bad data will cause exceptions and empty printouts.

Parameters:
arg - row count and column count, specified as integer values