prtptr

Untitled

Jun 12th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. VIP(string Name, int Participant, string Email, string Destination, string Type){
  2. this->Name = Name;
  3. this->Participant = Participant;
  4. this->Email = Email;
  5. this->Destination = Destination;
  6. this->Type = Type;
  7. calculatePrice();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment