So my friend gave me a challenge for TI-Basic coding. Basically you are given a string and have to test it if there are any repeating letters. For example, the string "SILVER" would pass, but the string "YELLOW" would not because there are 2 L's.
I'm having a ton of trouble trying to think this out, and my friend said that since he didn't know how to do it either after we both spent a week thinking that I should just ask on Cemetech. So here I am.
This algorithm is needed to make a custom Caesar cipher (link leads to Wikipedia) program that my friend and I have been working on together.
Any help is appreciated.
I'm having a ton of trouble trying to think this out, and my friend said that since he didn't know how to do it either after we both spent a week thinking that I should just ask on Cemetech. So here I am.
This algorithm is needed to make a custom Caesar cipher (link leads to Wikipedia) program that my friend and I have been working on together.
Any help is appreciated.