Multiple Choice
If a line of code is not considered "executable",it must be _______.
A) a Close statement
B) an Assignment statement
C) a Remark statement
D) an event procedure
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q44: A .vb file is a text file
Q45: Visual Basic provides AutoCorrect,which is a handy
Q46: Remarks,or comments,that programmers add to their code
Q47: Remark statements are not executable code.
Q48: Each Visual Basic project contains a text
Q49: What is the code used to display
Q50: Where does the text recommend that you
Q51: The Visual Studio IDE will automatically create
Q52: After the steps for planning a Visual
Q54: Use the code,_,to end a program.<br>A)Me.Exit<br>B)Me.Close<br>C)Me.End<br>D)Me.Stop