Predict the output??...
class work {
public static void main(String[] args) {
int g;
g=6;
{
int h=7;
System.out.print(g+""+h);
}
System.out.println(g+""+h);
}
}

Posted on by