What is the out put of following code
Class division 
{
public static void main (String  [ ] args)
{
if (n%2==0 && n%6==0)
{
System.out.println (n);
}
}
}

Posted on by