Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. int main()
  2. {
  3. int tekst1, tekst2;
  4. tekst1 = gowno;
  5. tekst2 = kupa;
  6. cout<<"Podaj nazwe potoczna kalu:";
  7. if (tekst1 == tekst2)
  8. {
  9. cin>> tekst1 >> tekst2;
  10. cout<<"Tak to jest prawidlowa odpowiedz";
  11. }
  12. else
  13. {
  14. cout<< "\nNie,to nie jest prawidlowa odpowiedz!";
  15. }
  16.  
  17. cin.get();
  18. return 0;
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement