What will be the out of the following program

Class preincrement
{
Public static void main (String[ ] args)
{
int b=4;
System.out.println(++b);
}
}

Posted on by