ControlChars.NewLine
ControlChars.NextLine
ControlChars.Line
ControlChars.blankLine
Answer is Wrong!
Answer is Right!
The correct answer is: A. ControlChars.NewLine
The ControlChars.NewLine constant is a predefined constant in the System.Console class that represents the newline character. It is used to instruct the computer to advance the insertion point to the next line in control.
The other options are incorrect because:
- ControlChars.NextLine is not a valid constant.
- ControlChars.Line is a valid constant, but it does not represent the newline character. It represents the line feed character.
- ControlChars.blankLine is not a valid constant.