chapter 03 review questions

Upload: anonymous-lcuemk

Post on 13-Jan-2016

15 views

Category:

Documents


0 download

DESCRIPTION

free

TRANSCRIPT

Chapter 3 Expressions and Interactivity

3.1 Multiple Choice Questions

1) The ________ causes a program to wait until information is typed at the keyboard and the Enter key is pressed.A) Output streamB) cin objectC) cout objectD) PreprocessorE) None of the above

2) The ________ operator always follows the cin object, and the ________ operator follows the cout object.A) binary, unaryB) conditional, binaryC) >>, and length >> width >> height;D) cin >> length, width, height;E) cin