Menu
×
×
Correct!
Exercise:Use the correct function to print the highest value of
int x = 5;
int y = 10;
cout << @(3)(x, y);
int x = 5;
int y = 10;
cout << max(x, y);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?