Please I need help to write a program to print "c++ is cool"; by using cout and insertion operator<< to output text | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please I need help to write a program to print "c++ is cool"; by using cout and insertion operator<< to output text

C++

21st Feb 2023, 12:33 PM
Debrah Samuel
Debrah Samuel - avatar
3 Answers
0
It did not work
21st Feb 2023, 12:52 PM
Debrah Samuel
Debrah Samuel - avatar
0
In case you still haven’t fix it. Your missing 2 << after “cool” cout<<“C++ is cool”<<endl;
23rd Feb 2023, 3:13 AM
ayocj
ayocj - avatar
0
Cout<<"c++is cool ";
23rd Feb 2023, 10:12 AM
Lamesa Edosa
Lamesa Edosa - avatar