#include main() { int age; printf("Enter mumber: "); scanf("%d",&age); if (age>=18) { printf("of age \n"); } printf("Good luck"); }