×
×
Correct!
Use the correct keyword to get user input, stored in the variable
int x;
cout << "Type a number: ";
@(3) >> @(1);
int x;
cout << "Type a number: ";
cin >> x;
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?