ICSE Class 9 Computer Applications
Question 3 of 13
Input in Java — Question 3
Back to all questions 3
Question Question 3
Explain the statement, "a well-documented code is as important as the correctly working code".
Writing fully commented code is a good programming style. The primary purpose of comments is to document the code so that even a layman can understand the purpose of the written code. Hence, a well-documented code is as important as the correctly working code.