+ 4
You may use the extraction operator (>>) with the 'cin' istream object. (Reads from the Console) Eg : int v1; cin>>v1; float v2; cin>>v2; string v3; cin>>v3; char v4; cin>>v4;
19th Feb 2018, 4:59 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar