Write a C++ program to • Read the Radius(r) and Choice(ch) from the user • Check the Choice and print the corresponding Operation Result given in Table Q 2 using Switch Case statement (Assume r-3.14)...


Write a C++ program to<br>• Read the Radius(r) and Choice(ch) from the user<br>• Check the Choice and print the corresponding Operation Result given in Table Q 2<br>using Switch Case statement (Assume r-3.14)<br>Table Q 2<br>Choice<br>Орeration<br>А ога<br>Area of Circle = r<br>C or c<br>Circumference of Circle = 2 E<br>S or s<br>Surface Area of Cube = 6r<br>Any other choice<br>Invalid input<br>Sample output:<br>Enter Radius<br>Enter Choice<br>Surface Area of Cube : 24.0<br>:2.0<br>[0.50]<br>

Extracted text: Write a C++ program to • Read the Radius(r) and Choice(ch) from the user • Check the Choice and print the corresponding Operation Result given in Table Q 2 using Switch Case statement (Assume r-3.14) Table Q 2 Choice Орeration А ога Area of Circle = r C or c Circumference of Circle = 2 E S or s Surface Area of Cube = 6r Any other choice Invalid input Sample output: Enter Radius Enter Choice Surface Area of Cube : 24.0 :2.0 [0.50]

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here