Find the output of the solution:
Public class solution
Public static void main (string args[]){
Int i;
for(i=1;i6;i++){
if (i3) continue;
}
System.out.println(i);
}
}


Posted on by