0
Guys i was writing a program to check 10 strings.
1. If they are in increaing order of their length. Example - t Ff Ggh Ghds . . . 2 . If they are no need to of printing anything. 3. If they are not- print the index of the first string that breaks the rule number 1. Any help plis https://code.sololearn.com/c4iIYZ2m3god/?ref=app
2 Respostas
+ 2
You can implement like this:
https://code.sololearn.com/cpCVJY0Y2dk5/?ref=app
0
Blue the first output ...
Is not breaking the rule
The first string is 2 character
Sec is 3 and so on
It doesnt break the rule 1