which symbol is used to add to string values
Answers
Answered by
0
Answer:
Using the + operator is the most common way to concatenate two strings in Java. You can provide either a variable, a number, or a String literal (which is always surrounded by double quotes)
Similar questions