Answer the following statements true (T) or false (F)
1. Comments are short notes intended for the compiler to read and interpret.
2. In C#, there are three types of comments: line comments, block comments, and compilation comments.
3. A line comment does not have to occupy an entire line, so a line comment can appear after an executable statement.
4. Block comments make it easier to write long explanations because you do not have to mark every line with a comment symbol.
1. FALSE
2. FALSE
3. TRUE
4. TRUE
Computer Science & Information Technology