I have a variable: int nbr= 5.
I need to test if the nbr is <=10, between 11 and 15, between 16 and 20 or
greater than 20.
How can I do this?
thanks.
I need to test if the nbr is <=10, between 11 and 15, between 16 and 20 or
greater than 20.
How can I do this?
thanks.
Comment