Find the output of the following code.
Public class Solution
Public static void main(String args[ ])
Int i; for(i = 1; i < 8; i++).
if(i > 2) continue; 
System.out.println(i);
 }
 }

Posted on by