Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VIP(string Name, int Participant, string Email, string Destination, string Type){
- this->Name = Name;
- this->Participant = Participant;
- this->Email = Email;
- this->Destination = Destination;
- this->Type = Type;
- calculatePrice();
- }
Advertisement
Add Comment
Please, Sign In to add comment