0
Please help !
I did the “lab number task” I don’t know why, the [bonus] part doesn’t work anymore when I change the range! But I didn’t change anything to my code! It was working the last time I tried it... Please help me ! Thanks https://code.sololearn.com/Ws3XIEDU42pB/?ref=app
2 Respuestas
+ 1
line 185 you have if (end<beg) so it isnt working you need to change it to end > beg.
+ 1
Thank you !!! It was so stupid ! Now it works !