1.
Click on the syntax error.
Remember, syntax errors occur more for people learning a new language.
int age; cout << "age"; cin >> age; if (age > 18) { cout << "You can vote in all countries with an 18 year old age for voting!";} else { cout << You cannot vote in all countries with an 18 year old age for voting.; }