What will be the output of the following code.
Class Demo1
{
public static void main (String [] args)
{
PowerOfNumber(2,3);
}
public static void PowerOfNumber(int a, b)
{
Int res=a^b:
System.out.println(res) ;
}
}

Posted on by