What is the output for the following code
Class increement
{
Public static void main(string args[]
{
int h=3;
System.out.print(++g*8);
}
}

Posted on by