Multiple choice How are comments useful? It is necessary for your program to run correctly. Helps you remember what a segment of code does. Comments are used to fix your code. Makes your code look pretty! Reveal answer Fill a bubble to check yourself B Correct answer Explanation Comments are ignored by the compiler and do not affect how a program runs or fix errors. Instead, they serve as documentation to help programmers understand and remember what specific sections of code do.