Computer Science, asked by mcjuniadiqbal, 6 months ago

State the output of the following code:
System.out.print( “ADD” + 32 + ‘8’ ) ;

System.out.println( „A‟ + 10 + “CHEERS” ) ;​

Answers

Answered by subhamchand123sc
0

Answer:

ADD 32 '8'

A10CHEERS

Explanation:

IF THE ANSWER IS USEFUL IAM HAPPY TO HELP YOU

Similar questions