Question: Write an expression that prints Eligible if userAge is between 18 and 25 inclusive. Ex: 17 prints Ineligible, 18 prints Eligible Learn how our autograder

Write an expression that prints "Eligible" if userAge is between 18 and 25 inclusive. Ex: 17 prints "Ineligible", 18 prints "Eligible" Learn how our autograder works 501170 3187186.qx3zqy7 1 #include REFERENSSTENE 3 int main(void) { int userAge; 10 11 12 13 14 15 16 } scanf("%d", &userAge); if (userAge) { printf("Eligible\ "); } else { } printf("Ineligible\ "); return 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!