I\'m wondering if I can use or in switch-case in Java?
or
switch-case
Example
switch (value) { case 0: do(); break; cas