+ 1
How would you use a switch statement for a range of values?.
for example, instead of case 50, case 50,55
2 Antworten
+ 1
use nested if() blocks
+ 1
@rishabh agarwal
Thanks, I thought I could do it with the switch statement...
for example, instead of case 50, case 50,55