Question: 2. Convert the following if/else if statement into a switch statement. double number =678.34598654; int choice; cout Enter choice between 1 and 4 ; cin

2. Convert the following if/else if statement into a switch statement. double number =678.34598654; int choice; cout "Enter choice between 1 and 4 "; cin choice; if ( choice ==1) \{ coutfixedshowpoint
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
