How can we make space between two output values? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we make space between two output values?

when we add two numbers

14th Oct 2018, 11:32 AM
Gokul
2 Answers
+ 1
What do you mean?
14th Oct 2018, 11:45 AM
qwerty
qwerty - avatar
+ 1
cout << a << " " << b;
14th Oct 2018, 12:20 PM
TurtleShell
TurtleShell - avatar