Hello all, any help will be appreciated
so here i got a array of number
i want to filter the array
for example
the array would be 5, 10, 20, 30 , 40 , 50 , 66 , 77
i would like to filter it it this way
if the array is between number 4 - 11 then count how many is array.. from the example above we can see there are 2 (5,10) after that store the result in textbox then continue with filtering number 12-40 and so on until the end of array..

any idea guy