Computer Science, asked by Rickehl, 20 days ago

What will be the output of the following statements?

(i) System.out.println (“four ” + 2 + 2);

(ii) System.out.println (“4 ” + (2 + 2))​

Answers

Answered by singhanshuman1020
0

Answer:

please mention which language is this, cause in language like c we cant concatenate strings and integers while in language like python we can perform this.

so before answering its important to know which language is this.

Like and Mark as Brainliest, it really motivates!

Similar questions