Can I use logical operators within the Case statement...??

i.e.

Switch (x)
{
Case 9:
...
Case 10 OR 11:
....
Case 12:
....
}

Reply via email to