Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: pagnor on Sep 3, 2017



Title: You want the user to enter the length, width, and height from the keyboard. Which cin statement is ...
Post by: pagnor on Sep 3, 2017
You want the user to enter the length, width, and height from the keyboard. Which cin statement is correctly written?
A) cin << length, width, height;
B) cin << length; width; height;
C) cin.get(length, width, height);
D) cin >> length >> width >> height;
E) cin >> length, width, height;


Title: Re: You want the user to enter the length, width, and height from the keyboard. Which cin statement ...
Post by: ade9ja on Sep 3, 2017
Content hidden