Cobol is self-documenting.
A
Correct answer
Explanation
COBOL is designed to be self-documenting because it uses English-like syntax with verbs and nouns that read like natural language sentences. For example: 'MOVE total TO final-total' clearly describes what the code does without requiring additional comments.