Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
postemples (postemples@clubcyberia.co)'s status on Wednesday, 29-Nov-2023 11:14:27 JSTpostemples @kirby In your shiftletter function you are never reaching a state where i == l is true since your for loop stops executing before that happens. It'd probably be better just to do 'letter++' and set it back to 'a' if it's greater than 122 or 'z' instead of doing that for loop stuff.