A) cout << endl;
B) cout << "endl";
C) cout << "/n";
D) All of the above
E) A and C, but not B
Correct Answer
verified
Multiple Choice
A) 7
B) 8
C) 7.8
D) None of the above.
E) It's unpredictable. That's the problem.
Correct Answer
verified
Multiple Choice
A) comments.
B) variables.
C) literals.
D) a function called main..
E) all of the above.
Correct Answer
verified
Multiple Choice
A) 1
B) 2
C) 2.5
D) 5.2
E) 10
Correct Answer
verified
Multiple Choice
A) can be used to store a single character.
B) has only two values: True and false.
C) is used to store extra-large numbers.
D) is used to represent numbers in E notation.
E) does none of the above.
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) 7
B) 8
C) 7.8
D) None of the above.
E) It's unpredictable. That's the problem.
Correct Answer
verified
Multiple Choice
A) June-2010
B) June.2010
C) June_2010
D) 2010June
E) Both C and D.
Correct Answer
verified
Multiple Choice
A) comment
B) period
C) semicolon
D) closing brace
E) new line
Correct Answer
verified
Multiple Choice
A) < symbol
B) cin object
C) cout object
D) print object
E) output object
Correct Answer
verified
Multiple Choice
A) comment.
B) I/O statement.
C) preprocessor directive.
D) stream directive.
E) compiler option.
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) department_9
B) aVeryLongVariableName
C) last-name
D) All of the above.
E) Both A and B, but not C.
Correct Answer
verified
Multiple Choice
A) float total;
B) double total;
C) auto total = 0.0;
D) All of the above
E) A and B, but not C
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) 1
B) 3
C) 3.5
D) 7.2
E) 14
Correct Answer
verified
Multiple Choice
A) purpose
B) definition
C) comment
D) numeric value
E) output statement
Correct Answer
verified
Multiple Choice
A) 1
B) 2
C) 2.5
D) 5.2
E) 10
Correct Answer
verified
Multiple Choice
A) float average;
B) double average;
C) auto average = 0.0;
D) All of the above
E) A and B, but not C
Correct Answer
verified
True/False
Correct Answer
verified
Showing 1 - 20 of 40
Related Exams