首页 / 百科 / 内容详情 当计算机运行程序时,注释的内容被忽略。The contents of comments are ignored by the computer while running a program. 2022-04-24 7次阅读 注释 contents comments 当计算机运行程序时,注释的内容被忽略。The contents of comments are ignored by the computer while running a program. A.正确B.错误正确答案:正确 自顶向下的设计将问题分解为越来越简单的小块。Top-down design decomposes the problem into smaller and simpler pieces. 在编写程序代码前,应该先做设计。Before we code a program, we should design it. 猜你喜欢 在VB.SCript中,注释采用:() Transact-SQL语言程序中,注释多了不会影响程序的执行速度。 Transact-SQL语言程序中,注释多了会影响程序的执行速度。 Python使用符号#表示单行注释。 Java程序中的注释,只是用于程序员之间的沟通,对程序代码的维护性没有作用。()