Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

You should write your program code before you write the algorithm. The compiler

ID: 3557038 • Letter: Y

Question

You should write your program code before you write the algorithm. The compiler will catch all your programming mistakes. The body of a while loop always executes at least once. The Boolean value false has an integer value of 0. Variable names may begin with a digit. A function using call-by-reference parameters may return more than one item. The data types of parameters are optional in the function declaration. In a function with call-by-reference parameters, the values of the actual arguments are passed to the function. The following statement is legal: cout "Hello, My name is Bill. "; The only language that a computer can directly understand is one written in English-like code. A sentinel value must be a value outside the range of legitimate data values. Documentation and comments in C++ are preceded by the keyword doe. A do/while loop tests the condition before the body of the loop executes. Functions in C++ that return a value through the function name must have a return statement in their bodies The main functions of a program are, input data, process data, and output information. A programmer can write more than one main function in a C++ program. After a C++ program has been entered into an editor, it must first be compiled before it can be executed.

Explanation / Answer

6 False
7 False
8 False
9 True
10 False
11 True
12 True
13 True
14 False
15 False
16 True
17 False
18 False
19 True
20 True
21 False
22 True