Class Maths

java.lang.Object
  extended by Maths

public class Maths
extends java.lang.Object


Field Summary
(package private)  int objValue
           
(package private)  int temp
           
 
Constructor Summary
Maths()
           
 
Method Summary
 void calc()
           
static void main(java.lang.String[] args)
           
 int work(int num, int tempValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objValue

int objValue

temp

int temp
Constructor Detail

Maths

public Maths()
Method Detail

main

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

calc

public void calc()

work

public int work(int num,
                int tempValue)