+ 3
I have a problem... Again.
This doesn't work. I do not have a clue as to why, it does work, just not properly and output is not decode-able. https://code.sololearn.com/cF581Asqm6NA/?ref=app
3 Antworten
+ 3
Try changing ones.Length to softext.Length in your while loop
+ 3
WdBros You just needed to implement a simple algorithm that checks every single character in that string. I've solved it for you.
https://code.sololearn.com/cskGCA3M1S9j/?ref=app
+ 1
@Jakub Stasiak I made it so that it checks every character of the alphabet and changes it, some chars would be left unchanged.