fa2pl10h.ch02.18m\nprogram comments are ______________.\n○ a. required to create a runnable program\n○ b. a…

fa2pl10h.ch02.18m\nprogram comments are ______________.\n○ a. required to create a runnable program\n○ b. a form of external documentation\n○ c. required to create both a runnable program and a form of external documentation\n○ d. neither required in a program nor a form of external documentation
Answer
Answer:
B. a form of external documentation
Brief Explanation:
Program comments are not required for a program to be runnable. They are internal - code - level documentation to make code more understandable for developers, not external documentation in the traditional sense like user manuals, but they do serve as a form of documentation within the codebase.