Question: ONLY NEED EXERCISE 3 but i think you need ex 2 to complete 3. Exercise C2 Given the following class Automobile defined in exercise CI:
Exercise C2 Given the following class Automobile defined in exercise CI: class Automobile Il to set the value of price member variable // to set the value of profit member variable // to return the value of price member variable public: void set Price (double newPrice); void setProfit (double newProfit): double getPrice : private: double price double profit; double getProfit(): // to return the value of profit member variable a. And given the following definitions of objects sable and jeep in function main: Automobile sable. jeep: Which of the following statements are invalid? Also provide the reasons why a statement is invalid. cin >> jeep.profit; jeep.setPrice 45000.00); cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
