Advertisement
Guest User

poka sowiaczka

a guest
Dec 11th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdio.h>
  3. using namespace std;
  4. main()
  5. {
  6. int x,y,z;
  7. cout<<"Podaj x"<<endl;
  8. cin>>x;
  9. cout<<"Podaj y"<<endl;
  10. cin>>y;
  11. z=x*y;
  12. cout<<"z wynosi "<<z<<endl;
  13. getchar();
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement