Advertisement
Kacper-p

Ile razy wpisac Jan:

Nov 15th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. //Ile razy wpisac Jan:
  2. #include<iostream>
  3. using namespace std;
  4. int a, b;
  5. int main
  6. {
  7. cout<<"Ile razy wpisac Jan: "; cin>>a;
  8. cout<<a*b<<endl;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement