Subject: PHP

Remove Elements Greater Than X

Write a PHP function to remove all elements from an array that are greater than a given value X.

Example:
Input: [10, 20, 30, 40, 50], X: 25
Output: [10, 20]

Select file or drag and drop

PNG, JPG, SVG

Preview