Computer Science, asked by bajajdeshna, 4 days ago

which operator can be used to concatenate two or more strings​

Answers

Answered by prakashcor
1

Answer:Operator + is used to concatenate strings, Example String s = “i ” + “like ” + “java”; String s contains “I like java”

Explanation:

Similar questions