de.thaw.ps1
Class Utils

java.lang.Object
  extended by de.thaw.ps1.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
static float inputFloat(String msg)
           
static int inputInteger(String msg)
           
static String inputString(String message)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

inputString

public static String inputString(String message)

inputInteger

public static int inputInteger(String msg)

inputFloat

public static float inputFloat(String msg)

main

public static void main(String[] argv)
                 throws IOException
Throws:
IOException