- 2
Code Not workimg
Can anyone tell me why this code is not working? https://code.sololearn.com/c7nuFXhJEQrB/?ref=app
1 ответ
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.