Code Not workimg | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 2

Code Not workimg

Can anyone tell me why this code is not working? https://code.sololearn.com/c7nuFXhJEQrB/?ref=app

22nd May 2018, 5:53 PM
Muhammad Jawwad
Muhammad Jawwad - avatar
1 Antwort
0
for (int k = 0 ; k ==5; k++) This is the statement, that is not working. If k=0, it will never reach 5 Please use proper tags this is not multithreading but nested loops.
22nd May 2018, 6:47 PM
sneeze
sneeze - avatar