What is the use of “+” operator
Answers
Answered by
0
Answer:
Plus operator can be used in two cases
+ operator can be used to add two numbers (integer, float, double)
+ operator can also concatenate two strings
Hope this helps
Similar questions