+ 3
switches
Can you do something like this? EXAMPLE switch (b) case 6 < b Yes I know thats not the right way to do a switch, its an example.
2 Respostas
+ 9
Nope, switch can only check for specific values. If you want to check ranges, use if/else.
+ 5
no