What is wrong with the below statement?
Msg.Text="This is an example"&ControlChars.NewLine&"Example".
Msg.Text="This is an example"&ControlChars.NewLine&"Example".
A. Used double quotes, should have used single quotes
B. No errors
C. There should be spaces before and after each &
D. Should have ended with a ;
Answer: Option C

Join The Discussion