+ 2
I am not sure if i understood what were you asking. But read this: You can write cout<<"Hello world"; or cout<<"Hello "<<"world"; Both examples will give the same result. That can be used in the example below: int x = 3; cout<<"X is "<<x;
4th Jan 2018, 12:42 PM
Ice
Ice - avatar