Comments help other people who examine your code to understand what your programs are designed _____ and how they work.

A. for
B. to do
C. both a and b
D. none of the above


Answer: B

Computer Science & Information Technology

You might also like to view...

A global variable has local scope only.

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

Computer Science & Information Technology

Forward and Back buttons are called ____________________ buttons.

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

Computer Science & Information Technology

Using the code from above, which function would return the brand to main?

A. void GetBrand() {return brand;} B. string GetBrand() {return size;} C. string GetBrand() {return brand;} D. None of the Above

Computer Science & Information Technology

What term is used to identify when an object hands off some functionality to another object?

A. Delegate B. Client C. Slave D. Minion

Computer Science & Information Technology