class increment {
public static void main(String args[])
{
int g = 3;
System.out.print(++g * 8);
}
}

Posted on by