misc
Class Abc

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

public class Abc
extends java.lang.Object


Constructor Summary
Abc()
           
 
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

Abc

public Abc()
Method Detail

abc

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

main

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