Multiple Choice
The cin object must be followed by
A) one or more stream extraction (>>) operators.
B) a single stream extraction (>>) operator.
C) a single stream insertion (<<) operator.
D) no operators.
E) one or more stream insertion operators (<<) .
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: The cin object lets the user enter
Q9: When an operator's operands are of different
Q17: The cin object can be used to
Q21: In C++, the 5 basic arithmetic operators
Q22: The following statement sets sum1, sum2, and
Q25: To use the sqrt()function, or other mathematical
Q27: The following pair of C++ statements will
Q28: In any program that uses the cin
Q30: When converting some algebraic expressions to C++,
Q32: The only difference between C-strings and string