LR
Levy Rane
Implementing Select/Case Structure in React with Material-UI
Input is 1 and it matches with case number 1: implement a Select/Case structure: 1. Case 1 actions 2. Case 2 actions 1 case 1 actions will be taken Input is 2 and it matches with case number 2: implement a Select/Case structure: 1. Case 1 actions 2. Case 2 actions 2 case 2 actions will be taken Input is 3 and it does not match with either case number 1 or 2: implement a Select/Case structure: 1. Case 1 actions 2. Case 2 actions 3 input does not match with any case. Else actions
Prompt
