Chaitanya

Chaitanya

  • NA
  • 58
  • 55.8k

Adding the numbers that are stored as strings

Jun 24 2011 3:28 AM
I am having the numbers follows taken as strings
My actual number is 1234567890123456789
from this i have to separate it as s=12 s1=6789 s3=3456789012345
remaining as i said
I would like to add as follows
11+3, 2+4, 6+5, 7+6, 8+7, 9+8 such that the output should be as follows
4613579012345
Any help please


Answers (2)