What is output
int Integer = 14;
char String = 'M';
System.out.print(Integer);
System.out.print(String);

Posted on by