Q:

What output will the following line produce?

1

What output will the following line produce?

System.out.println("The answer is: "+19+1);
  1. The answer is: 20
  2. The answer is: 19+1
  3. The answer is: 191
  4.  None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

C. The answer is: 191

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What output will the following code produce?... >>