This is my second project with Ti-Basic. I don't know if I'm too ambitious, but I want to finish it. This was partly inspired by a friend.
My project: Translate letters in phone numbers to numbers for the user to have an easier time. For example, if the phone number is "484-GET-FOOD," the number would be 484-438-3663. This project is for me to learn the language better.
EDIT: Right now, I'm having a hard time figuring out how to convert a letter to a digit. I tried assigning a number to a digit and using an if...then statement, but that would take up too much storage. Does anyone have any suggestions?
The number is 10 digits. 123-456-7890
My project: Translate letters in phone numbers to numbers for the user to have an easier time. For example, if the phone number is "484-GET-FOOD," the number would be 484-438-3663. This project is for me to learn the language better.
EDIT: Right now, I'm having a hard time figuring out how to convert a letter to a digit. I tried assigning a number to a digit and using an if...then statement, but that would take up too much storage. Does anyone have any suggestions?
The number is 10 digits. 123-456-7890