Answer the following statements true (T) or false (F)
1. Grace Hopper discovered the first documented computer bug.
2. The following statement is legal:
cout >> “Hello, my name is Bill\n”;
3. You should write your program before you write the algorithm.
4. It is considered better style to put the braces ({}) on separate lines.
5. The compiler will catch all your programming mistakes.
1. TRUE
2. FALSE
3. FALSE
4. TRUE
5. FALSE
You might also like to view...
The date shown in the Current Date field produced by the DATE function of a query is:
A) the date on which the query was last altered. B) the date on which the query was last saved. C) the date on which the query was first created. D) the date on which the query is run.
MC The number in square brackets after a sequence name is the______of a particular element in the sequence.
a) subscript b) size c) value d) None of the above.