Menu
×
×
Correct!
Exercise:Fill in the missing parts to print the values
@(4) isCodingFun = true;
@(4) isFishTasty = false;
cout << @(11);
cout << @(11);
bool isCodingFun = true;
bool isFishTasty = false;
cout << isCodingFun;
cout << isFishTasty;
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?