Predict the output
int Integer = 80;
char String = 'P';
System.out.print(Integer);
System.out.print(String);

Posted on by