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