![Picture of Sam Patnaik Picture of Sam Patnaik](/graphics/unknown.gif)
Sam Patnaik - 2011-08-02 02:52:00
In a PHP program example, an array called grades is supposed to have been sorted in decreasing order, e.g., [100, 98, 95, …].
How to write a function called function isSorted($grades) to check if the grades array has been sorted correctly. If yes, the function returns true, otherwise returns false.
Your response is appreciated.
Thanks,
Sam.