Answer the following questions true (T) or false (F)
1. C++ uses only /* */ for comments.
2. A program’s comments should connect the program code to the problem being solved.
1. False
Explanation: C++ uses /* */ comments and // “here to the end of the line” comments.
2. True
Explanation: The purpose of comments in a program is to help the human reader of the code to connect the program to the problem being solved. Comments are so important there is an aphorism, often quoted by expert programmers: “If the comments and the code disagree, then both are probably wrong.
You might also like to view...
An administrator deploys vCenter Server using the embedded Platform Services Controller. After testing the deployment for a couple of months, it is determined that the environment would be better served with an external Platform Services Controller. What should the administrator do to meet this new requirement?
A. Deploy a fresh instance of vCenter Server with an external Platform Services Controller. B. Perform a fresh install of an external Platform Services Controller. C. Migrate the embedded Platform Services Controller to an external Platform Services Controller. D. Upgrade the embedded Platform Services Controller to an external Platform Services Controller.
You can add more worksheets to a workbook if you need more than the default number.
Answer the following statement true (T) or false (F)