Remove the semi-column (;) after each for loop. Those are empty for loops in your program. They loop without doing anything.
2
solved How can I debug this program? [closed]
Remove the semi-column (;) after each for loop. Those are empty for loops in your program. They loop without doing anything.
2
solved How can I debug this program? [closed]