InterviewSolution
Saved Bookmarks
| 1. |
Convert the following if else if construct into switch case if( var==1)System.out.println("good");else if (var==2)System.out.println("better");else if (var==3)System.out.println("best");elseSystem.out.println("invalid") ; |
| Answer» TION:I think that this will HELP. If it HELPS you then PLEASE mark it as the brainliest | |