+ 1
Can we do addition of two 100 digits numbers in swift??
4 Antworten
+ 1
Int can store any value between -2,147,483,648 and 2,147,483,647.
+ 1
I can't be sure of it, but I would try to input this numbers as string or as an arraylist, each number of the big number on one position of the array.
0
i want to add two 100 digit numbers.. can I do that??
0
so what can we do if carry is generated while addition??