Need to multiply each digit of a number by 2
753627Apr 29 2010 — edited Apr 29 2010Hi,
I have a number say 734569
I need to multiply each digit of the above number by 2, starting from the second digit.
More elaborately
The number: 734569
i need to multiply 3,4,5,6,9 with 2 and result is stored in a variable.
Please assist me at this contest