I need some help, with 'if statements'. I can't seem to find the right way to explain it...
Like making my application do something if the input is between 2 numbers.
Code:
if (lvl > 31)(lvl < 71)
{......
......}
Sorry I couldnt explain very well... Thanks to anyone that can help.