Is Even Number

Checks if a given number is even.

Flow Connections

  • [Input] In - starts the block's execution.

  • [Output] Out - activates when the block has finished its execution.

Data Connections

  • [Input] Number (integer) - number to evaluate.

  • [Output] Result (boolean) - True if the "Number" data input is even, False otherwise.

Last updated