Advertisement
Guest User

KILO JAPLEK

a guest
Nov 26th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <ctime>
  4. using namespace std;
  5. int main()
  6.  
  7. {
  8. int a,b=0, i;
  9. char imie [12];
  10. {
  11. cout<<"Podaj swoje imie "<<endl;
  12. cin<<imie;
  13. cout<<imie<< "Podaj liczbe od 1 do 3"<<endl;
  14. cin<<a;
  15. if (a>3) /* JAK KURWA ZROBIC LUP?(a<1)*/ cout<<"Niepoprawna liczba"<<endl;
  16. else b=b+a
  17. cout<<"Liczba podana przez "<<imie<<"to"<<b<<endl;
  18.  
  19.  
  20.  
  21.  
  22. system ("pause");
  23. return 0;
  24. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement