Uncategorized

Declarations

Consider the following declarations: (1, 2, 3, 6, 7) class houseType  public:    void set(string, int, int, int, int, int, double, double);      void print() const;     void setStyle(string);     string getStyle() const;      void setNumOfBedrooms(int);     int getNumOfBedrooms() const;      void setNumOfBathrooms(int);     int getNumOfBathrooms() const;      void setNumOfCarsGarage(int);     int getNumOfCarsGarage() const;      void […]

Declarations Read More »

Private members

Consider the following statements: (1, 2, 3, 5, 7) class temporary public:    void set(string, double, double);     void print();     double manipulate();     void get(string&, double&, double&);     void setDescription(string);     void setFirst(double);     void setSecond(double);      string getDescription() const;     double getFirst() const;     double getSecond() const;     temporary(string = “”, double = 0.0,

Private members Read More »

Private members

Assume the definition of class houseType as given in Exercise 11. Answer the following questions. (1, 2, 3, 5, 7) a. Write the definition of the member function set so that private members are set according to the parameters. b. Write the definition of the member function print that prints the values of the data

Private members Read More »

Class temporary

Assume the definition of class temporary as given in Exercise 13. What is the effect of the following statements? (5) temporary object1;                         //Line 1 temporary object2(“rectangle”, 3.0, 5.0);  //Line 2 temporary object3(“circle”, 6.5, 0.0);     //Line 3 temporary object4(“cylinder”, 6.0, 3.5);   //Line 4 Assume the definition of class temporary as given in Exercise 13 and the

Class temporary Read More »

The sphere

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

The sphere Read More »

Number

Consider the definition of the class integerManipulation given in Example 10-11. What is the output of the following C++ code? (1, 2, 3, 5, 7) integerManipulation number(3510862895423079232);  number.classifyDigits(); cout < number.getnum()=””>< “:=”” the=”” number=”” of=”” digits—-=”” ”    =””>< endl;=””> cout < ” =”” even:=”” “=””>< number.getevenscount()=””><>      < ” =”” zeros:=”” “=””>< number.getzeroscount()=””><>      < ” =”” odd:=”” “=””><

Number Read More »

The built-in operations

What are the built-in operations on classes? (3) What is the main difference between a struct and a class? (8) Given the definition of the class clockType with constructors (as described in this chapter), what is the output of the following C++ code? (1, 2, 3, 5, 7) clockType myClock(10, 16, 59); clockType yourClock; myClock.incrementSeconds();

The built-in operations Read More »

The stock symbol

Write the definition of a class that has the following properties: (1, 2, 3, 5) a. The name of the class is stockType. b. The class stockType has the following instance variables: name of type string,  symbol of type string; currentPrice, lowPriceOfTheDay, highPriceOfTheDay, previousDayClosingPrice, fiftyTwoWeeksHigh, and  fiftyTwoWeeksLow are of type double. c. The class stockType

The stock symbol Read More »

The data members

Chapter 9 defined the struct studentType to implement the basic properties of a student. Define the class studentType with the same components as the struct studentType, and add member functions to manipulate the data members. (Note that the data members of the class studentType must be private.) Write a program to illustrate how to use

The data members Read More »

WhatsApp
Hello! Need help with your assignments?

For faster services, inquiry about  new assignments submission or  follow ups on your assignments please text us/call us on +1 (251) 265-5102

🛡️ Worried About Plagiarism? Run a Free Turnitin Check Today!
Get peace of mind with a 100% AI-Free Report and expert editing assistance.

X