"Im trying to write a program that checks if a number is even or odd using an ‘if’ condition. The program should take input from the user via an input dialogue activity. Once the number’s even or odd status is determined, I want the result to be written in an Excel spreadsheet in the ‘number type’ column
I used counter variable for cell but I’m getting value in only last cell
Please suggest me to overcome this issue
Can u explain first if?
Hi,
The first IF activity checks whether input string is integer number or not. If it’s not integer (including blank) workflow will exit loop then terminate.
Hope this helps you.
Regards,