What is the out out put of the following progr

Class store and print
{
Public static void main(String [ ] args)
{
byte num(7);
System.out.println (num);
}
}


Posted on by