Computer Science, asked by wazeermd1602, 1 year ago

What would be the output of the following fraction of code ?

int Integer = 34 ; char String = 'S' ; System.out.print( Integer ) ; System.out.print( String ) ;
A.Does not compile as Integer and String are API class names.
B.Throws exception.
C.34
D.S

Answers

Answered by Jyotimodi
0
option D. isthe right answer according to your question .




Hope you got ur ans.


thanks
Answered by Anonymous
0
I think option a......
hope it helps you..✨✌️
Similar questions