0
#include <string> #include <iostream> using namespace std; int main() { string colour = "black" ; cout <<" chge"; return 0;}
It's give a compilation error, how can I solve it
2 Respostas
+ 1
I have no errors, it compiles and works fine.
0
Thank you