Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //Aljoša Sikošek, E1097528
  2.  
  3. #include<iostream>
  4. #include<iomanip>
  5. #include<string>
  6. #include"kuponko.h"
  7. using namespace std;
  8.  
  9. int main() {
  10.  
  11. Kuponko Kuponko1;
  12. Kuponko Kuponko2("Aljosa", "Sikosek", 15, 8, 2017, 20.99, "Kolosej");
  13. Kuponko Kuponko3(Kuponko2);
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement