I am doing one coding question in which I try to decrypt the input string. The procedure for the decryption is: from 0 to 9 it represent alphabets from a to i. then 10# represent j, 11# represent k and so.I am doing one coding question in which I try t