Multiple choice

' indicates the

  1. code line

  2. comment line

  3. loop statement

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The single quote (') character in Visual Basic indicates the start of a comment. All text following the quote on that line is ignored by the compiler and used for documentation.