C
Colin Hemmings
Hi There,
Can anybody give me some help using BigInteger() in Java, I have
tried the API but I am still unsure on how it works.
I am simply trying to store big integers taken in from a user and do
simple arithmetic operations on them.
At the minute I am having trouble storing any kind of integer in the
biginteger variable e.g.
BigInteger bigNum1 = 15000;
I am probably making some stupid mistake but not sure what
pleas would somebody be able to help?
Can anybody give me some help using BigInteger() in Java, I have
tried the API but I am still unsure on how it works.
I am simply trying to store big integers taken in from a user and do
simple arithmetic operations on them.
At the minute I am having trouble storing any kind of integer in the
biginteger variable e.g.
BigInteger bigNum1 = 15000;
I am probably making some stupid mistake but not sure what
pleas would somebody be able to help?