misc
Class IntegerAbcWithException

java.lang.Object
  |
  +--misc.IntegerAbcWithException

public class IntegerAbcWithException
extends java.lang.Object


Constructor Summary
IntegerAbcWithException()
           
 
Method Summary
static int abc(int a, int b, int c)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerAbcWithException

public IntegerAbcWithException()
Method Detail

abc

public static int abc(int a,
                      int b,
                      int c)

main

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