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 choice;

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) \{ cout fixed showpoint setprecision(2); \} else if ( choice ==2 choice ==3) \{ cout fixed showpoint
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
