Multiple choice Comments in code are used.... To explain the code To ask the coder how he/she is doing To make the code work To avoid a syntax error Reveal answer Fill a bubble to check yourself A Correct answer Explanation Comments are non-executable lines in code used by programmers to document and explain what the code does for human readers. They do not affect program execution.