Menu
×
×
Correct!
Exercise:Insert the missing part of the code below to output "Hello World!".
int main() {
@(4) << "Hello World!";
return 0;
}
int main() {
cout << "Hello World!";
return 0;
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?