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.