Continue Statement not clear

while loop ended at line no 66
what is use of continue statemnet at line 71 ,76
there are not in the loop… what continue statement is for when not in loop?

@dakshi that continue statements are inside the loop while(testcase- -) so that after printing an output for a testcase we don’t want to check any further cases we will start with next testcase.