4variables cout | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

4variables cout

I need understand how work

29th Dec 2019, 1:30 PM
Кирилл Ухов
Кирилл Ухов - avatar
2 Answers
+ 4
Are you serious? You finished the full tutorial, you should know how to output variables!
29th Dec 2019, 1:32 PM
HonFu
HonFu - avatar
+ 2
int a, b, c, d; a = 6; b = 4; c = 0; d = 7; cout << a << b << c << d; //Output: 6407
29th Dec 2019, 1:37 PM
Seb TheS
Seb TheS - avatar