SyntaxFix
Write A Post
Hire A Developer
Questions
for(int i = 0; i < 1000; i++) { for(int j = 0; j < 1000; i++) { if(condition) { goto end; } } end: