SyntaxFix
Write A Post
Hire A Developer
Questions
Above, you mean OR not AND. Example of AND: 110 & 011 == 010 which is neither of the things you're looking for.
For OR, just have 2 cases without the break on the 1st. Eg:
case 'a': case 'A': // do stuff break;