Hello everybody,
I need help for a project in Java. I am a fresh beginner and I do not understand all the whys and hows.
We were asked to create a Java Class BigNum which should enable us to calculate with very large integers, but I am already stuck at the beginning. Here is what I have so far :
The next step should be adding a method that can operate usign "BigNum n = new BigNum(512);" and producing automatically the ArrayList. Also it is said to use the modulo operator % to perform this task...
I am totally lost, could someone help me with this ?
Thank you for reading this