Guest User

Untitled

a guest
Jul 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main(){
  5. int a,b;
  6. cout<<"podaj liczbe: "<<endl;
  7. cin>>a;
  8. cout<<"podaj kolejna : "<< endl;
  9. cin>>b;
  10. if (a>b) {
  11. cout<<"minimum to: "+b<<endl;
  12. } else }
  13. cout<<"minimum to: "+a<<endl;
  14. }
  15. return 0;
  16. }
Add Comment
Please, Sign In to add comment