I have an array with numbers from 1 to 500. I want to look for position of a number (say greater than 49) in that array looking from bottom to up. The first occurance of that criteria is the answer.
I don’t seem to find an answer in google as nobody have searched or asked for it.