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");
}
}
}

Posted on by