sidhartha70 Mon, 27 Apr 2009 14:53:23 -0700
Can I use logical operators within the Case statement...?? i.e.
Switch (x) { Case 9: ... Case 10 OR 11: .... Case 12: .... }