Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Assigning the array elements to another array elements

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