So I don’t want anyone to solve it but just help me out in terms of working a certain part. So out of the array I have to print a certain numbers that fit within the range given(0 & 50). Besides manually putting array[i]>= 0 && array[i] <=50
How can I make it so it test over multiple values and draws the numbers from there. I seem to be stuck on that part.