Web Development Exercise
Programming Create a Movies class that determines the cost of a ticket to a cinema, based on the moviegoer’s age. Assume that the cost of a full-price_x000D_ ticket is $10. Assign the age to a private data member. Use a public_x000D_ member function to determine the ticket price, based on the follow-_x000D_ ing schedule:_x000D_ Age […]
