Which of the following statements are the same?

(A) x -= x + 4
(B) x = x + 4 - x
(C) x = x - (x + 4)

a. (A) and (B) are the same
b. (A) and (C) are the same
c. (B) and (C) are the same
d. (A), (B), and (C) are the same

b. (A) and (C) are the same

Computer Science & Information Technology

You might also like to view...

An increased ____________________ gives more impact to the text in a cell.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Constant values are ____.

A. variables B. literals C. identifiers D. strings

Computer Science & Information Technology