Which of the following statements will allow the user to enter three values to be stored in variables length, width, and height, in that order?

a. cin << length, width, height;
b. cin.get(height, width, length);
c. cin.get(length, width, height);
d. cin >> length; width; height;
e. cin.get(length >> width >> height);


c. cin.get(length, width, height);

Computer Science & Information Technology

You might also like to view...

The TCP/IP suite consists of only two protocols: Transmission Control Protocol and Internet Protocol.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Applying a new style set does not change existing paragraph properties of the document

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is not a Word function?

A) SUM B) MEAN C) COUNT D) MIN

Computer Science & Information Technology

Referring to the figure above, you can use this dialog box to designate the initial value attribute, which ____.

A. is used by form-handling scripts B. provides default text that is displayed when the form is loaded C. dictates the width of the displayed text box D. allows a visitor to enter secure information

Computer Science & Information Technology