Computer Science, asked by varshithreddy2847, 2 months ago

Java Output and Reason System.out.print(“Sum = ”+ ‘B’+ ‘2’);​

Answers

Answered by Rachel2004
1

GIVEN:

System.out.print(“Sum = ”+ ‘B’+ ‘2’);​

OUTPUT

Sum = B2

Similar questions