Advertisement
Fod3ki

Untitled

Nov 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. int a = 0;
  8. cout << "Wwedi kolishestvo zvezdochek" << endl;
  9. cin>>a;
  10. for (int b = 0; b < a; b++){
  11. cout <<"*";
  12. }
  13.  
  14.  
  15.  
  16.  
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement