Answers for "how to have two case in switch"

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

Browse Popular Code Answers by Language