Author: zh_lad
Posted: Wed Dec 07, 2016 10:37 pm (GMT 5.5)
Thanks Arun. Yes, I need to edit my original post to:
I want to sum the digits of all the results of multiplication. I think I would need intermediate result to find all the digits to do sum later.
Thanks
Posted: Wed Dec 07, 2016 10:37 pm (GMT 5.5)
Thanks Arun. Yes, I need to edit my original post to:
Code: |
1+8 + 8 + 1+4 + 6 + 1+0 + 4 + 6 + 1 = 40 * 9 = 360 |
I want to sum the digits of all the results of multiplication. I think I would need intermediate result to find all the digits to do sum later.
Thanks