Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "auto.hpp"
- int main()
- {
- cout << "Hello world!" << endl;
- return 0;
- }
- void print(Auto a1){
- cout << "Auto marke "<<endl;
- cout <<a1.getMarka()<<endl;
- cout<<", modela " <<endl;
- cout<<a1.getModel()<<endl;
- cout<<" jacine "<<endl;
- cout<<a1.getJacina()<<endl;
- cout<<" koristi gorivo "<<endl;
- cout<<a1.getGorivo()<<endl;
- }
Add Comment
Please, Sign In to add comment