Computer Science, asked by debarpanbera8, 20 hours ago

State any two functions of the ‘+’ operator in Java.​

Answers

Answered by theblazer1607
0

Answer:

The '+' operator only has 2 functions:

1.String concentation (merging two or more strings together)

2.Addition (The basic aritmetic operation)

If you want examples tell in the comment I will surely try

Similar questions