Class P3

java.lang.Object
  extended by P3

public class P3
extends java.lang.Object

A test program for excercising the scanner of Project 3, CS 536, Fall 2007.


Constructor Summary
P3()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P3

public P3()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Runs the test.

Parameters:
args - command-line arguments. There should be one command-line argument: the name of an input file.
Throws:
java.io.IOException