Answers for "can i use two expression in switch case"

1

How to use two case statements as one case statement in switch case

case text1: 
  case text4:{
            //blah
            break;
        }
Posted by: Guest on February-28-2022

Code answers related to "can i use two expression in switch case"

Browse Popular Code Answers by Language