Electrical and Computer Engineering
20 of 21
UAH
CPE 112
if Statement Examples
(If-Then Form)
•if (age < 18)
–cout << “Not an eligible”;
•cout << “voter.” << endl;
•
•