Apply List Operation

Applies the specified operation on a list.

Applies the sum, average, and count operation on a list and store the result to the variable.

Input

Options

  • Operation: The operation applied to the list.

    • Sum - Calculate the sum of list items.

    • Average - Calculate the average of list items.

    • Count - Calculate the count of list items.

Output

Last updated