Assume that x = 5 and y = 2. Then in Java operation x + = y, the result is
Answer: Option A
Explanation:
The operator + = means add and assign.