C++   Instructions Write a program to illustrate how to use the temporary class, designed in Exercises 13 and 14 of this chapter. Your program must contain statements that would ask the user to enter data of an object and use the setters to initialize the object. The header file for the class temporary from Exercise 13 has been provided. An example of the program is shown below: Enter object name (rectangle, circle, sphere, or cylinder: circle Enter object's dimensions: rectangle (length and width) circle (radius and 0) sphere (radius and 0) rectangle (base raidus and height) 10 0   After setting myObject: circle: radius = 10.00, area

LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
5th Edition
ISBN:9781337569798
Author:ECKERT
Publisher:ECKERT
Chapter7: Working With The Bash Shell
Section: Chapter Questions
Problem 5DE
icon
Related questions
Question

C++

 

Instructions

Write a program to illustrate how to use the temporary class, designed in Exercises 13 and 14 of this chapter. Your program must contain statements that would ask the user to enter data of an object and use the setters to initialize the object.

The header file for the class temporary from Exercise 13 has been provided.

An example of the program is shown below:

Enter object name (rectangle, circle, sphere, or cylinder: circle

Enter object's dimensions:

rectangle (length and width)

circle (radius and 0)

sphere (radius and 0)

rectangle (base raidus and height)

10

0

 

After setting myObject:

circle: radius = 10.00, area

 

 

 

P.S. There are 3 tabs

 

X File
Edit
View
Project
Build
Debug
Test
Analyze
Tools
Extensions
Window
Help
Search (Ctrl+Q)
Solution1
BW
Attach...
A Live Share
main (2).cpp
temporary.h + x temporarylmp.cpp
| Miscellaneous Files
(Global Scope)
1
#include <string>
3
4
using namespace std;
Eclass temporary
{
public:
void set(string, double, double);
void print();
double manipulate();
7
8.
10
11
void get(string&, double&, double&);
void setDescription(string);
void setFirst(double);
void setSecond(double);
12
13
14
15
string getDescription() const;
double getFirst() const;
double getSecond() const;
16
17
18
19
IL II
20
temporary(string
"", double
0, double
0);
%D
21
private:
string description;
double first;
double second;
22
23
24
25
26
27
100 %
No issues found
Ln: 1
Ch: 1
SPC
LF
O Ready
1 Add to Source Control -
3
7:37 PM
e Type here to search
26%
Sxm
1/22/2021
2)
Transcribed Image Text:X File Edit View Project Build Debug Test Analyze Tools Extensions Window Help Search (Ctrl+Q) Solution1 BW Attach... A Live Share main (2).cpp temporary.h + x temporarylmp.cpp | Miscellaneous Files (Global Scope) 1 #include <string> 3 4 using namespace std; Eclass temporary { public: void set(string, double, double); void print(); double manipulate(); 7 8. 10 11 void get(string&, double&, double&); void setDescription(string); void setFirst(double); void setSecond(double); 12 13 14 15 string getDescription() const; double getFirst() const; double getSecond() const; 16 17 18 19 IL II 20 temporary(string "", double 0, double 0); %D 21 private: string description; double first; double second; 22 23 24 25 26 27 100 % No issues found Ln: 1 Ch: 1 SPC LF O Ready 1 Add to Source Control - 3 7:37 PM e Type here to search 26% Sxm 1/22/2021 2)
X File
Edit
View
Project
Build
Debug
Test
Analyze
Tools
Extensions
Window
Help
Search (Ctrl+Q)
Solution1
BW
12
Attach...
A Live Share
main (2).cpp + x temporary.h
temporarylmp.cpp
|Miscellaneous Files
(Global Scope)
1
#include <iostream>
3
using namespace std;
4
Bint main() {
// Write your main here
7
return 0;
8.
100 %
No issues found
Ln: 1
Ch: 1
SPC
LF
O Ready
1 Add to Source Control a
3
7:36 PM
e Type here to search
26%
Sxm
1/22/2021
Transcribed Image Text:X File Edit View Project Build Debug Test Analyze Tools Extensions Window Help Search (Ctrl+Q) Solution1 BW 12 Attach... A Live Share main (2).cpp + x temporary.h temporarylmp.cpp |Miscellaneous Files (Global Scope) 1 #include <iostream> 3 using namespace std; 4 Bint main() { // Write your main here 7 return 0; 8. 100 % No issues found Ln: 1 Ch: 1 SPC LF O Ready 1 Add to Source Control a 3 7:36 PM e Type here to search 26% Sxm 1/22/2021
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 5 images

Blurred answer
Knowledge Booster
Data members
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
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
Computer Science
ISBN:
9781337569798
Author:
ECKERT
Publisher:
CENGAGE L