switch case'de && operotörünü kullanamazsın
illa switch case ile yapmak zorundaysan
her durmu yazıcaksın
  case 0:
  case 1:
  case 2:
  case 3:
  case 4:
  case 5:
....
  * case 25:
 // işlem
  **break;