Find the output of the following code
int Integer = 24;
 char String = 'I';
 System.out.print(Integer);
 System.out.print(String);

Posted on by