can anyone help in for my project in java?
i need to create a program that adds large numbers that doesn't normally fit on a calculator..
so my question is,
How would i go about doing calculations with extremely large numbers in Java? i have tried long but that maxes out at 4869382068174930241, and when using an integer it does not save enough digits and therefore is not accurate enough for what i need.
can anyone help me?