Advertisement
Guest User

.

a guest
Apr 7th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6.     int a,b,p;
  7.     cout<<"    patryk";
  8.     cout<<endl;
  9.     cout<<endl;
  10.     cout<<"a ";
  11.     cin>>a;
  12.     cout<<"b ";
  13.     cin>>b;
  14.     p=a*b;
  15.     cout<<endl;
  16.     cout<<endl;
  17.     cout<<endl;
  18.     cout<<"oto pole "<<p;
  19.     return 0;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement