Which of the following is NOT true regarding comments in the Code window?
A) Comments can take an entire line of the Code window or begin after another statement in the Code window.
B) The Visual Basic Editor changes the font color of any commented text to blue.
C) Commenting only works on a line-by-line basis.
D) The apostrophe character tells the Visual Basic Editor to ignore any text following the apostrophe on a line of the Code window.
B
You might also like to view...
In Java, a derived class can have ________ base class(es).
a. one b. two c. three d. there is no limit
Clearing the Keep source formatting option while using the Reuse Slides pane will apply the formatting of the current presentation on the inserted slide
Indicate whether the statement is true or false
Case-Based Critical Thinking QuestionsCase 3-1Chris has inherited the management of some highly disorganized projects from her predecessor. One of its hallmarks is that the projects included a lot of constraints that have proven unnecessary, and which have complicated the reporting on the projects and the accurate assessment of where things stand. Because you were privy to a lot of the background about the projects, Chris has asked you to help her sort it all out.Chris knows that one of the projects was set to finish on April 29, 2009, no questions asked. Which constraint would she expect to find in place?
A. Finish No Later Than B. As Soon As Possible C. Must Finish On D. Must Start On
In C, the array name and index of the desired element are combined by listing the index in ____ after the array name.
A. parentheses B. square braces C. curly braces D. dashes