Solved

Which of the Following Statements Will Allow the User to Enter

Question 6

Multiple Choice

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) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions