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