0
Could someone tell me what's wrong in this code?
#include <iostream> using namespace std; int main() { cout << "Roses are red\n" << "Violets are blue\n" <<"I love C++\n" << "And you will like it too!"; return 0; }
6 Respostas
+ 3
Nothing, code works just fine no errors. What's your issue?
+ 3
hi Priyesh you can write your code on code playground then link the code here, that will be efficient for fixing whatever issue you're facing
+ 2
It runs fine for me. Type it out and try it again.
+ 2
Maybe this thread has a solution, or points to ponder
https://www.sololearn.com/Discuss/2598077/?ref=app
+ 2
Oh, ya, I forgot this was a code coach practice. I was just looking at the code as is, in which case it has no issues. The code coach itself however has some issues. Anyway, this post will solve the issue.
https://www.sololearn.com/Discuss/2590360/?ref=app
0
But the app says there's something wrong with this code