Class Fall

java.lang.Object
  |
  +--Fall

public class Fall
extends java.lang.Object

Verzweigung durch Fallunterscheidung (switch/case-Anweisung)


Constructor Summary
Fall()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Fall

public Fall()
Method Detail

main

public static void main(java.lang.String[] argv)