// Pantea Aria // Your Turn // if-recap, check if an age is eligible to vote (>=18) // do this for 10 persons #include #define ELIGIBLE_AGE 18 int main(void) { return 0; }