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