simpleEx
Class IntArrayEx

java.lang.Object
  |
  +--simpleEx.IntArrayEx

public class IntArrayEx
extends java.lang.Object


Constructor Summary
IntArrayEx()
          Creates a new instance of IntArrayEx
 
Method Summary
static void main(java.lang.String[] args)
           
static void showArray(int[] arr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArrayEx

public IntArrayEx()
Creates a new instance of IntArrayEx

Method Detail

showArray

public static void showArray(int[] arr)

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments