Convert the following if/elseif statement into a switch statement: if (choice == 1){cout << fixed << showpoint << setprecision(2); }else if ((choice == 2) || (choice == 3)) {cout << fixed << showpoint << setprecision(4); }else if (choice == 4) {cout << fixed << showpoint << setprecision(6); }else {cout << fixed << showpoint << setprecision(8); }

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter8: Working With Advanced Functions
Section8.2: Lookup Tables And The Iferror Function
Problem 1QC
icon
Related questions
icon
Concept explainers
Question

Convert the following if/elseif statement into a switch statement:

if (choice == 1)
{
cout << fixed << showpoint << setprecision(2);

}
else if ((choice == 2) || (choice == 3))

{
cout << fixed << showpoint << setprecision(4);

}
else if (choice == 4)

{
cout << fixed << showpoint << setprecision(6);

}
else

{
cout << fixed << showpoint << setprecision(8);

}

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Control Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage