I'm trying to add two blank lines to my code after "Kristo". I'm trying to have my code come out as Kristo ------Papa | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I'm trying to add two blank lines to my code after "Kristo". I'm trying to have my code come out as Kristo ------Papa

# include <iostream> using namespace std; int main() { cout << "Kristo------Papa"; return 0; }

13th Sep 2020, 11:55 PM
Kristo Papa
Kristo Papa - avatar
2 Answers
0
Couldn't really show what Im trying to get in the title. But this is what my output should look like: Kristo ------Papa
13th Sep 2020, 11:57 PM
Kristo Papa
Kristo Papa - avatar
0
You mean like this? cout << "Kristo ------Papa"; just add two spaces
14th Sep 2020, 3:16 AM
Ruba Kh
Ruba Kh - avatar