Class PrintfLab

java.lang.Object
  extended by PrintfLab

public class PrintfLab
extends java.lang.Object

A main class.

Version:
Jan 2009
Author:
PUT YOUR NAME HERE

Constructor Summary
PrintfLab()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point to a program that uses different printf formats to display values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintfLab

public PrintfLab()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point to a program that uses different printf formats to display values.

Parameters:
args - Command line arguments - unused in this application