salve come posso fare un case multiplo ad esempio:

codice:
switch(number){
case >=0:
case <33:
...
break;
case >=33:
case <66:
...
break;
...