#include<stdio.h>
int main()
{
    int a;
    printf("Enter the value of a");
    scanf("%d",&a);
    if(a>18)
    printf("A is Eligible");
    else
    {
        printf("A is Not eligible");
        else if
        {
            printf("A is Invalid input");
        }
        return 0;
    }
}