Assume that x = 5 and y = 2. Then in Java operation x + = y, the result is
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option A
Explanation :
The operator + = means add and assign.
Be The First To Comment