Convert the following if-else-if statement into a switch statement: if(choice == 1) { System.out.println(You selected 1.);...

Posted Date: