Menu
×
×
Correct!
Exercise:Insert the missing part to call
void myFunction() {
cout << "I just got executed!";
}
int main() {
@(12);
@(12);
return 0;
}
void myFunction() {
cout << "I just got executed!";
}
int main() {
myFunction();
myFunction();
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?