Can anyone help me with the following C++ code?
I need to make a program which translates words from character to numbers, say like a=1, b=2, c=3, etc... It is working fine but when I type something like "zain", it will output 1 9 14 26 which is the expected output for "ainz" The expected, correc...
Apr 17, 2017M