arsovski

Dealer

Mar 19th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include"Dealer.h"
  2. int main()
  3. {
  4. Dealer d;
  5. Automobile(a,b,c);
  6. d.addAutomobile(a):
  7. d.addAutomobile(b);
  8. d.addAutomobile(c):
  9.  
  10.  
  11.  
  12. std::Cout<<d.getCap();
  13. std::cout<<d.getSize()<<std::endl;
  14. d.getAutomobile(i).print();
Advertisement
Add Comment
Please, Sign In to add comment