How many the output statement will be printed? class Marvel { public static void main(String args[]) { int Cr; for(Cr=1;Cr-4;Cr--) { if(Cr==2) { break; } System.out.println("MESSI = GOAT"); } } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login