Suppose that x is an int variable, y is a double variable, and z is an int variable. The input is:
?
15 76.3 14
?
Choose the values after the following statement executes:
?
cin >> x >> y >> z;
?
A. x = 15, y = 76, z = 14
B. x = 15, y = 76, z = 0
C. x = 15, y = 76.3, z = 14
D. x = 15.0, y = 76.3, z = 14.0
Answer: C
You might also like to view...
Which of the following is an advantage of a binary search tree?
a. It has the worst case performance of O(log n) b. It stores data in sorted order c. It is a more efficient hash table d. It does not need a hash function
A ____ is a logical representation of where you store your files on a computer.
A. package B. folder C. cabinet D. matrix
Text boxes that display the results of expressions are called calculated controls
Indicate whether the statement is true or false
You can move the ____________________ slider in the Format Background dialog box by pressing the RIGHT ARROW or LEFT ARROW to move the slider in one-percent increments.
Fill in the blank(s) with the appropriate word(s).