0
What am i doing wrong????
https://drive.google.com/file/d/16JqiwGSJXZpMxPriNZYGEXfkiBZmUDiAYA/view?usp=drivesdk
3 Respostas
+ 2
Get rid of that last block of code.
{
cout << "Hello World!";
return 0;
}
+ 2
You could say that. Every function, class, array, and so on, would each have their own "block", represented by the curly braces. You can't just have them in the middle of nowhere.
0
oh ok, so never repeat blocks