0
Please I need help to write a program to print "c++ is cool"; by using cout and insertion operator<< to output text
C++
5 RĂ©ponses
0
It did not work
0
In case you still havenât fix it. Your missing 2 << after âcoolâ
cout<<âC++ is coolâ<<endl;
0
Cout<<"c++is cool ";