Supposing the array, letter[i] that has elements value from 'a' to 'z'. I want to assign another array, number[i] that has elements value from 1 to 26, for example, 'a' = 1, 'b' = 2, and so on.
Supposing the array, letter[i] that has elements value from 'a' to 'z'. I want to assign another array, number[i] that has elements value from 1 to 26, for example, 'a' = 1, 'b' = 2, and so on.
Comments
Post a Comment