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
0
option D. isthe right answer according to your question .
Hope you got ur ans.
thanks
Hope you got ur ans.
thanks
Answered by
0
I think option a......
hope it helps you..✨✌️
hope it helps you..✨✌️
Similar questions
Math,
7 months ago
Political Science,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago