14. assume the definition of class temporary as given in exercise 13. answer the following questions. (1, 2, 3, 5, 7) a. write the definition of the member function set so that the instance variables are initialized according to the parameters. b. write the definition of the member function manipulate that returns a decimal number as follows: if the value of description is "rectangle", it returns first * second; if the value of description is "circle", it returns the area of the circle with radius first; if the value of description is "sphere", it returns the volume of the sphere with radius first; if the value of description is "cylinder", it returns the volume of the cylinder with radius first and height second; otherwise it returns the value -1. c. write the definition of the function print to print the values of instance variables and the values returned by the function manipulate. for example, if description = "rectangle", first = 8.5, and second = 5, it should print: rectangle: length = 8.50, width = 5.00, area = 42.50 d. write the definition of the constructor so that it initializes the instance variables using the function set. e. write the definition of the remaining functions to set or retrieve the values of instance variables. note that the function get returns the values of all instance variables.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter13: Overloading And Templates
Section: Chapter Questions
Problem 15SA
icon
Related questions
Question

C++ ::

14. assume the definition of class temporary as given in exercise 13. answer the following questions. (1, 2, 3, 5, 7) a. write the definition of the member function set so that the instance variables are initialized according to the parameters. b. write the definition of the member function manipulate that returns a decimal number as follows: if the value of description is "rectangle", it returns first * second; if the value of description is "circle", it returns the area of the circle with radius first; if the value of description is "sphere", it returns the volume of the sphere with radius first; if the value of description is "cylinder", it returns the volume of the cylinder with radius first and height second; otherwise it returns the value -1. c. write the definition of the function print to print the values of instance variables and the values returned by the function manipulate. for example, if description = "rectangle", first = 8.5, and second = 5, it should print: rectangle: length = 8.50, width = 5.00, area = 42.50 d. write the definition of the constructor so that it initializes the instance variables using the function set. e. write the definition of the remaining functions to set or retrieve the values of instance variables. note that the function get returns the values of all instance variables.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 6 steps with 6 images

Blurred answer
Knowledge Booster
ADT and Class
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning