I have values from 0-300, I must only project values >50 and <200, I can do this with both List and Array but I am forced to use a Array for this task, what is the exact difference between the two in terms on ability?
I was able to do it with both List and Array but still confused between the use of list if you can do the same thing with an Array