The cin object must be followed by
A) a single stream insertion (<<) operator.
B) one or more stream insertion operators (<<).
C) a single stream extraction (>>) operator.
D) one or more stream extraction (>>) operators.
E) no operators.
D) one or more stream extraction (>>) operators.
Computer Science & Information Technology
You might also like to view...
Before you can insert form controls in a document, you must first add the DEVELOPER tab to the ribbon
Indicate whether the statement is true or false
Computer Science & Information Technology
A constructor cannot:
a) be overloaded. b) initialize variables to their defaults. c) specify return types or return values. d) have the same name as the class.
Computer Science & Information Technology