irapilguy

Untitled

Jan 30th, 2021
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3. void main()
  4. {
  5. int i = 10;
  6. for (i = 3; i<20; i++){
  7. i++;
  8. cout << "$";
  9. }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment