0
Please I need help to write a program to print "c++ is cool"; by using cout and insertion operator<< to output text
C++
3 odpowiedzi
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 ";