Critical Thinking QuestionsCase 6-2Robin thinks that she has a good handle on the use of compound operators but she wants to do a couple of sample problems just to make certain. In both of the problems below, Robin assumes that intResult = 24.When Robin correctly calculates intResult -= 3, what value does she get?
a. 18c. 72b. 21d. None of the above

What will be an ideal response?


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is not a syntax error?

a. std::cout << 'Hello world! '; b. std::cout << "Hello world! "; c. std::cout << "Hello world! "; d. std::cout << Hello world!;

Computer Science & Information Technology

A scale model ( in. ft) of an airplane has a wingspan of inches. What is the wingspan of the actual airplane in feet? The wingspan is

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

Computer Science & Information Technology

A DTD can be used to enforce a specific data structure on document content.

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

Computer Science & Information Technology

If you split a cell into two or more columns, the other cells in the same column ____.

A. shift to the right B. are not split C. shift to the left D. are split as well

Computer Science & Information Technology