#inclde main() { a = 0; printf("Írj be egy száznál nagyobb számot: ") while(a < 100) { printf("Szám: ") scanf("%d", &a) } }