int n; printf("Enter value: "); scanf("%d",&n); for(int i=0; i<100; i++){ if(items[i]<n) printf("%d\n", items[i]); }