Microprocessors - Engineering

Q1:

Assume that x = 5 and y = 2. Then in Java operation x + = y, the result is

A x = 7

B x = 2

C x = 3

D x = 2

ANS:A - x = 7

The operator + = means add and assign.