Find the output??,..

class Hello
{
public static void main(String[] args)
{
int Integer=56;
char String='h';
System.out.print(String);
System.out.print(Integer);
}
}

Posted on by