Kocyk

Nieskonczone

Feb 8th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. cout<<"Dzielenie";
  6. cout<<endl<<"Podaj pierwszą liczbę"<<endl;
  7. cin>>skladnik_a;
  8. cout<<endl<<"Podaj drugą liczbę"<<endl;
  9. cin>>skladnik_b;
  10. cout<<endl<<"To jest wynik dzielenia twoich liczb"<<endl;
  11. cout<<skadnik_a / skadnik_b;
  12. return 0
  13. }
Add Comment
Please, Sign In to add comment