int value = 0; switch (value) { case 0: // do something break; case 1: // do something else break; default : // something if anything not match }