Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4. struct dane
  5. {
  6. string imie, nazwisko, nr_tel;
  7. };
  8.  
  9. int main()
  10. {
  11. cout<<"Witaj!"<< endl;
  12. cout<<"Prosze podaj swoje imie: "<<endl;
  13. cin>>dane.imie;
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement