+ 1
#include <iostream> using namespace std; int main() { cout<< "Alcacer 2 goals, CR7 1 goal"; cout<< "CR7 is old like Chi
errors
3 Respostas
+ 17
#include <iostream>
using namespace std;
int main()
{
cout<< "Alcacer 2 goals, CR7 1 goal";
cout<< "CR7 is old like Chi " ;
cout<<" you forgot a semicolon in above line in ur code";
cout<< "you didn't use any variables" ;
cout<<" you forgot curly brace to end the code" ;
cout<< "CR7 is the best" ;
}
+ 8
There is no double quote and semicolon at the end.
+ 8
No closing curly braces and return 0;