4.4.6: Presidential Eligibility - Extended

The Problem

It's telling me I'm not _____________, but I do have it check that thing.

The Solution

If the user is eligible,

print that they are eligible.

In all other circumstances,

print that they are not eligible.

Print the specific reason(s) they are not eligible.


Be sure you are using if statements for the final section that explains why they are not eligible (don't use elifs!). This is essential for this reason: If they are too young and they have not been a resident long enough, it should tell them BOTH of these reasons.