please provide a detailed version of a project for checking a number is odd or even
Page 1 / 1
"^\d*[13579]$"
"^\d*[02468]$"
You can do it in taskbot, using variable operation result = number % 2
if result == 0 then
Message Box " is even"
else
Message Box " is odd"
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.