Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. int count=0;
  2. for (){
  3. //whatever goes here to print the character
  4. count++
  5. if (count ==20){
  6. cout << endl;
  7. count =0;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement