Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

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

  2. A.
    x = 7
    B.
    x = 2
    C.
    x = 3
    D.
    x = 2

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The operator + = means add and assign.


Be The First To Comment