The expression sum = sum + 10 can be written as ____.

A. sum =+ 10
B. sum += 10
C. sum = sum ++ 10
D. sum ++ 10

Answer: B

Computer Science & Information Technology

You might also like to view...

Match the first part of the sentence with the last part of the sentence:

I. A print area II. Print order III. A table IV. A field V. A record A. is a complete set of data for an entity. B. is a set of formatted rows and columns of data. C. defines the range of data to print. D. is the sequence in which pages print. E. is an individual piece of data.

Computer Science & Information Technology

What type of Internet connection do you have when upload speed differs from download speed?

A. Dynamic B. Asymmetric C. Broadband D. Symmetric

Computer Science & Information Technology