Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include<iostream>
  2. #include<string>
  3. using namespace std;
  4.  
  5. int main(){
  6. prezime = Zbrajanje
  7. }
  8.  
  9. void main()
  10. {
  11. string rezultat;
  12. rezultat = ime + prezime;
  13. cout<<ime<<prezime<<endl;
  14. return rezultat;
  15.  
  16. system("PAUSE>=0");
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement