I have a problem... Again. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

5th Feb 2018, 10:14 AM
WdBros
WdBros - avatar
3 Réponses
+ 3
Try changing ones.Length to softext.Length in your while loop
5th Feb 2018, 10:18 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 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
13th May 2018, 11:51 AM
Dev
Dev - avatar
+ 1
@Jakub Stasiak I made it so that it checks every character of the alphabet and changes it, some chars would be left unchanged.
5th Feb 2018, 10:36 AM
WdBros
WdBros - avatar