Question: 10. Re-write the following if statement as a switch statement. int value (0); cin >> value; if (value) -2 || value 1) f cout

10. Re-write the following if statement as a switch statement. int value (0); cin >> value; if (value) -2 || value 1) f cout < < "value 1 or 2"; } else if (value = 4 || value -- 5) { cout < < "value 4 or 5"; else f cout < < "value is not valid";
Step by Step Solution
3.40 Rating (159 Votes )
There are 3 Steps involved in it
This are the equivalent switch statem... View full answer
Get step-by-step solutions from verified subject matter experts
