A
Q. Find the output of the following code
Code:
int Integer = 24;
char String = ‘I’;
System.out.print(Integer);
System.out.print(String);
char String = ‘I’;
System.out.print(Integer);
System.out.print(String);
- Correct Answer - Option(D)
- Views: 22
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.