+ 1
Facing an issue with For loop in java
https://code.sololearn.com/c3Z1K1I29Fjz/?ref=app Please tell me the reason why it is showing 'No Output'.
2 Réponses
+ 2
In for loop condition is problem. Change == as <= then it work's well.
no output because conditions (==) was returns false so loop exit.
+ 1
Thank you very much