+ 1
Can someone give an example how to create a programme to decipher letters for amounts?
I want to create a simple program to decipher a input letter to an amount like salary
3 odpowiedzi
+ 2
Like Martin Taylor said, or you can use somthing like a hashmap to associate an int key with a string value.
+ 1
Thankyou everyone
0
Do you wish to convert from string to integer?