max

max() function is the Standard function available in 200OK.

Description : The max function is designed to find and return the largest number from a specified array of numeric values.

Syntax : fx_max()

Example : fx_max(1,4,2,6,8) it checks the max value and returns 8.

Here we go with simple scenario using the above function.

Scenario : A teacher is grading exams and wants to determine the highest score achieved by a student in the class. They utilize a function to find the maximum score from the array of exam scores, facilitating the identification of the top-performing student.

Request Side :

Response Side :

Last updated