Computer Science, asked by mcjuniadiqbal, 7 months ago

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

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

Answers

Answered by sarahkathuria15
0

Output:

it will show an error as there is no such thing as ,,8" in java

Similar questions