What is the purpose of placing comments in your source code?
A. Tells the compiler what to do.
B. Tells developers what you are doing.
C. You and others don’t know what is going on.
D. None of the above.
B
You might also like to view...
Which of the following statements is false?
a. An exception indicates a problem that occurs while a program executes. b. Exception handling enables you to create fault-tolerant programs that can resolve (or handle) exceptions—in many cases, this allows a program to continue executing as if no problems were encountered. c. The catch block contains the code that might throw an exception, and the try block contains the code that handles the exception if one occurs. d. Inside the catch block, you can use the parameter’s identifier to interact with a caught exception object.
Comments that span multiple lines are enclosed with the _____ characters.
A. (* and *) B. {* and *} C. [* and *] D. /* and */
________ is a font with character graphics
Fill in the blank(s) with correct word
Using ________ enables you to stretch or shrink the width, height, or both of printed output
A) data bar B) Freeze Panes C) the paste area D) Scale to Fit