Question: I need the code for this question please: Define a class called Revenue that has 2 private members of demand and price. Include a constructor
I need the code for this question please:
Define a class called Revenue that has 2 private members of demand and price. Include a constructor and a public function that calculates the RevenueValue of the class.
RevenueValue = demand * price
Use public functions of the class in a program that computes RevenueValue and displays RevenueValue when demand is 2000 and price is 2.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
