Hi all,
I have multiple conditions to be checked if the value falls within certain range.
Eg:
if a<=1 and a<=5 do statement
if a<6 and a<=10 do statement, and so forth until 5 set of conditions.
What is the best practice to do thiis? I think if using if activity there would be too much nested ifs.
If so, I have thought of using Switch cases, but I am not sure on how to set the Cases as we’re dealing with double type here
Pls help!
thx