问题
单项选择题
The following suggestions increase program’s (73) and make them easier to (74) :
1. Use a standard indention technique, blank lines, form feeds, and spaces.
2. Insert plenty of comments into your code.
A.execute
B.interrupt
C.run
D.maintain
答案
参考答案:D
解析: 译文:以下建议能增加程序的可读性,使得它们更加容易维护。
1.使用标准的缩排技术、空行、换页、空格。
2.在代码中添加大量注释。