if Statement Examples
(If-Then Form)
if (age < 18)
cout << “Not an eligible”;
cout << “voter.” << endl;