Question: PHP CODE QUESTION The PHP script below prints the lowest and greatest of the input numbers. Your task is to fill in the missing functions
PHP CODE QUESTION

The PHP script below prints the lowest and greatest of the input numbers. Your task is to fill in the missing functions (greatest() and lowest()), which are given the numbers input by the user as parameters and return the greatest and lowest numbers among them, depending on the function. The program: Example output: Out of the given numbers, the greatest was 432 and the lowest 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
