Rewrite the following without using the compound assignment operator +=

something += (thing + 2);


something = something + thing + 2;

Computer Science & Information Technology

You might also like to view...

When using the Single Column Marquee Tool, you can select a single column of pixels with a _____ click in the document window.

a. single b. double c. scroll d. right

Computer Science & Information Technology

You most often run a data macro based on a table event.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

IBM, Microsoft, Novell, RedHat, Sun, and others offer certifications that test knowledge of their operating systems.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When an argument is passed-by-value, changes in the calling function __________ affect the original variable’s value; when an argument is passed call-by-reference, changes __________ affect the original variable’s value.

a. Do not, do. b. Do not, do not. c. Do, do. d. Do, do not.

Computer Science & Information Technology