int x;
x=age;
print("enter the value of ,x");
if(age>=18)
print("ELIGIBLE");
else
print("NOT ELIGIBLE");