The compound operator ____ adds the value of the right operand to the value of the left operand and stores the result in the left operand's variable.

A. ++
B. +=
C. =+
D. ==

Answer: B

Computer Science & Information Technology

You might also like to view...

You can create a navigation form in Design view ONLY

Indicate whether the statement is true or false

Computer Science & Information Technology

If two methods in a class hierarchy have the same name,

a) the classes that contain them cannot be included in the same program. b) one method must have fewer parameters than the other to ensure uniqueness. c) the method name must be appended to the class name on invokation. d) an object name must precede the method name when either method is invoked.

Computer Science & Information Technology