Bot will ask for 2 numbers from the user
If numbers are even result will be multiplication of the number?
How should we create a work flow
The result should be both in message box and output panel
Bot will ask for 2 numbers from the user
If numbers are even result will be multiplication of the number?
How should we create a work flow
The result should be both in message box and output panel
@Gokul001 any idea?
Hi,
We can check if the value is odd or even using intVar mod 2
as the following, for example.
Regards,