hello people...
simple doubt
class test
{
public static long testApp(long number)
{
return number;
}
}
when i pass "45638" it returns perfectly
but when i pass "23837472"; it's returning not in the range. what's the issue as long has very big value/range..
and how do i pass a number as an argument of any size.