Multiple Choice
Which of the following lines is a properly formatted comment?
A) // This is a comment
B) /* This is a comment */
C) /* this is a comment
*/
D) both a and b
E) a, b and c
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which of the following is not a
Q11: Determine a good identifier for each of
Q12: Which of the following will is considered
Q13: These two snippets of code are identical
Q14: Name the four basic activities that are
Q16: What are some advantages to writing programs
Q17: The Java compiler translates Java source code
Q18: An object should never be encapsulated.
Q19: Explain the difference between a compile-time error
Q20: Why is ambiguity a problem for programming