I\'m trying to read some really big numbers from standard input and add them together.
However, to add to BigInteger, I need to use BigInteger.valueOf(long);>
BigInteger.valueOf(long);>
For a loop where you want to convert an array of strings to an array of bigIntegers do this:
array
strings
bigIntegers
String[] unsorted = new String[n]; //array of Strings BigInteger[] series = new BigInteger[n]; //array of BigIntegers for(int i=0; i