State the output of the following code:
System.out.print( “ADD” + 32 + ‘8’ ) ;
System.out.println( „A‟ + 10 + “CHEERS” ) ;
Answers
Answered by
0
Answer:
ADD 32 '8'
A10CHEERS
Explanation:
IF THE ANSWER IS USEFUL IAM HAPPY TO HELP YOU
Similar questions