Is there a way to get the lowest and highest value from an array but with no shortcuts like max(), min() sort() etc.
And if you have an answer, please explain why you did it that way.
Is there a way to get the lowest and highest value from an array but with no shortcuts like max(), min() sort() etc.
And if you have an answer, please explain why you did it that way.